Skip to content

Commit

Permalink
chore(release): cut the v2.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Nov 25, 2018
1 parent 3ebd1ee commit 06a5e44
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="2.12.0"></a>
# [2.12.0](https://github.com/char0n/ramda-adjunct/compare/v2.11.0...v2.12.0) (2018-11-25)

### Bug Fixes

* **renameKeysWith**: use lenses instead of adjust to support ramda@0.26.0 ([43839f3](https://github.com/char0n/ramda-adjunct/commit/43839f3))

### Features

* add support for ramda@0.26.0 ([7849c62](https://github.com/char0n/ramda-adjunct/commit/7849c62))
* deprecate `contained`; add new alias to `contained` as `included` ([c8ef8a4](https://github.com/char0n/ramda-adjunct/commit/c8ef8a4))
* deprecate `hasPath`; ramda@0.26.0 contains it as `R.hasPath` ([2f475d2](https://github.com/char0n/ramda-adjunct/commit/2f475d2))
* deprecate `mergeRight`; add new alias to `mergeRight` as `mergeLeft`; ramda@0.26.0 contains it as `R.mergeLeft` ([7849c62](https://github.com/char0n/ramda-adjunct/commit/7849c62))
* deprecate `thenP`; ramda@0.26.0 contains it as `R.then` ([a4c3475](https://github.com/char0n/ramda-adjunct/commit/a4c3475))
* add alias `then` to `thenP` ([3ebd1ee](https://github.com/char0n/ramda-adjunct/commit/3ebd1ee))


<a name="2.11.0"></a>
# [2.11.0](https://github.com/char0n/ramda-adjunct/compare/v2.10.0...v2.11.0) (2018-10-28)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ We are building our npm distributions using Webpack to support legacy versions o
## API Documentation

[LATEST](https://char0n.github.io/ramda-adjunct),
[2.11.0](https://char0n.github.io/ramda-adjunct/2.11.0),
[2.10.0](https://char0n.github.io/ramda-adjunct/2.10.0),
[2.9.0](https://char0n.github.io/ramda-adjunct/2.9.0),
[2.8.0](https://char0n.github.io/ramda-adjunct/2.8.0),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"functional"
],
"sideEffects": false,
"version": "2.11.0",
"version": "2.12.0",
"homepage": "https://github.com/char0n/ramda-adjunct",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit 06a5e44

Please sign in to comment.