Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2021-04-16)

### Features

* Hashable Trait & Hash tables ([3a86070](3a86070))
  • Loading branch information
semantic-release-bot committed Apr 16, 2021
1 parent 8038bbe commit b5283be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [1.9.0](https://github.com/adobe/ferrum/compare/v1.8.0...v1.9.0) (2021-04-16)


### Features

* Hashable Trait & Hash tables ([3a86070](https://github.com/adobe/ferrum/commit/3a86070336d9a7f165e1d1d15b7858a0c1391c89))

# [1.8.0](https://github.com/adobe/ferrum/compare/v1.7.0...v1.8.0) (2021-03-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ferrum",
"version": "1.8.0",
"version": "1.9.0",
"description": "Features from the rust language in javascript: Provides Traits/Type classes & an advanced library for working with sequences/iterators in js.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b5283be

Please sign in to comment.