Skip to content

Commit

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

### Bug Fixes

* Add missing export for Pairs ([492c02c](492c02c))

### Features

* Use ferrum.doctest to make sure examples are valid js code ([b0f9d45](b0f9d45))
  • Loading branch information
semantic-release-bot committed Jan 17, 2020
1 parent b0f9d45 commit 44561f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/adobe/ferrum/compare/v1.6.0...v1.7.0) (2020-01-17)


### Bug Fixes

* Add missing export for Pairs ([492c02c](https://github.com/adobe/ferrum/commit/492c02c7e1dea16e924ab04bf64d78f1c15e902f))


### Features

* Use ferrum.doctest to make sure examples are valid js code ([b0f9d45](https://github.com/adobe/ferrum/commit/b0f9d4569b4439ffb94c6b3f7a00bf2d6b0ab78a))

# [1.6.0](https://github.com/adobe/ferrum/compare/v1.5.0...v1.6.0) (2020-01-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ferrum",
"version": "1.6.0",
"version": "1.7.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 44561f2

Please sign in to comment.