Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2019-12-23)

### Features

* Alias flatten() -> flat() ([2abad3f](2abad3f))
* group(), multiline() and takeUntil() ([0bc0ca0](0bc0ca0))
  • Loading branch information
semantic-release-bot committed Dec 23, 2019
1 parent 1bebcf8 commit 64445de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.5.0](https://github.com/adobe/ferrum/compare/v1.4.1...v1.5.0) (2019-12-23)


### Features

* Alias flatten() -> flat() ([2abad3f](https://github.com/adobe/ferrum/commit/2abad3f4cc72bbad7ee19da8f59d4917504134c6))
* group(), multiline() and takeUntil() ([0bc0ca0](https://github.com/adobe/ferrum/commit/0bc0ca0059b6a7f8f61cf5e66b0ed1adea345a54))

## [1.4.1](https://github.com/adobe/ferrum/compare/v1.4.0...v1.4.1) (2019-10-08)


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.4.1",
"version": "1.5.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 64445de

Please sign in to comment.