Skip to content

Commit

Permalink
chore(release): 1.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.1](v1.9.0...v1.9.1) (2021-05-17)

### Bug Fixes

* take, tryTake now support all containers ([7915b49](7915b49)), closes [#193](#193)
  • Loading branch information
semantic-release-bot committed May 17, 2021
1 parent 7915b49 commit 732ff33
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.1](https://github.com/adobe/ferrum/compare/v1.9.0...v1.9.1) (2021-05-17)


### Bug Fixes

* take, tryTake now support all containers ([7915b49](https://github.com/adobe/ferrum/commit/7915b4952c620de84f88d370b119a55e868891da)), closes [#193](https://github.com/adobe/ferrum/issues/193)

# [1.9.0](https://github.com/adobe/ferrum/compare/v1.8.0...v1.9.0) (2021-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ferrum",
"version": "1.9.0",
"version": "1.9.1",
"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 732ff33

Please sign in to comment.