diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f9154139..95708ad38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# [2.7.0](https://github.com/char0n/ramda-adjunct/compare/v2.6.0...v2.7.0) (2018-04-25) + + +### Features + +* add argsPass ([#437](https://github.com/char0n/ramda-adjunct/issues/437)) ([f7d7f7c](https://github.com/char0n/ramda-adjunct/commit/f7d7f7c)), closes [#370](https://github.com/char0n/ramda-adjunct/issues/370) +* add inRange ([#436](https://github.com/char0n/ramda-adjunct/issues/436)) ([9937600](https://github.com/char0n/ramda-adjunct/commit/9937600)), closes [#393](https://github.com/char0n/ramda-adjunct/issues/393) +* add traversable lenses ([#494](https://github.com/char0n/ramda-adjunct/issues/494)) ([d34be73](https://github.com/char0n/ramda-adjunct/commit/d34be73)) + + + # [2.6.0](https://github.com/char0n/ramda-adjunct/compare/v2.5.0...v2.6.0) (2018-03-19) diff --git a/README.md b/README.md index 8de025026d..2e2fa25856 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ We are building our npm distributions using Webpack to support legacy versions o ## API Documentation [LATEST](https://char0n.github.io/ramda-adjunct), + [2.6.0](https://char0n.github.io/ramda-adjunct/2.6.0), [2.5.0](https://char0n.github.io/ramda-adjunct/2.5.0), [2.4.1](https://char0n.github.io/ramda-adjunct/2.4.1), [2.4.0](https://char0n.github.io/ramda-adjunct/2.4.0),