Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WaldoJeffers committed Jul 20, 2019
1 parent bf361f3 commit 1b9b17a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.8.0](https://github.com/WaldoJeffers/conductor/compare/1.7.1...1.8.0) (2019-07-20)


### Bug Fixes

* Make slice compatible with all types of collections ([2e4b892](https://github.com/WaldoJeffers/conductor/commit/2e4b892))
* Provide a numerical index as the fifth argument of reduce ([906230e](https://github.com/WaldoJeffers/conductor/commit/906230e))
* **values:** Fix values for strings ([a740cdd](https://github.com/WaldoJeffers/conductor/commit/a740cdd))


### Features

* Introduce a new `length` function ([4cd22a5](https://github.com/WaldoJeffers/conductor/commit/4cd22a5))
* **last:** Introduce new `last` function ([bf361f3](https://github.com/WaldoJeffers/conductor/commit/bf361f3))

## [1.7.1](https://github.com/WaldoJeffers/conductor/compare/1.7.0...1.7.1) (2019-07-13)

# [1.7.0](https://github.com/WaldoJeffers/conductor/compare/1.6.2...1.7.0) (2019-07-13)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conductor",
"version": "1.7.1",
"version": "1.8.0",
"main": "src/index.js",
"module": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 1b9b17a

Please sign in to comment.