Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2020-01-10)

### Features

* mutate(), apply() ([d4e3a7a](d4e3a7a))
  • Loading branch information
semantic-release-bot committed Jan 10, 2020
1 parent d4e3a7a commit ca8744f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/adobe/ferrum/compare/v1.5.0...v1.6.0) (2020-01-10)


### Features

* mutate(), apply() ([d4e3a7a](https://github.com/adobe/ferrum/commit/d4e3a7a750afe58696097b5f75117c555291d01b))

# [1.5.0](https://github.com/adobe/ferrum/compare/v1.4.1...v1.5.0) (2019-12-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ferrum",
"version": "1.5.0",
"version": "1.6.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 ca8744f

Please sign in to comment.