From 06a5e445de89eee41eff700f8e4ad414c6d221fa Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Sun, 25 Nov 2018 17:10:22 +0100 Subject: [PATCH] chore(release): cut the v2.12.0 release --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 1 + package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c69c74f81..fca29c6fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [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)) + + # [2.11.0](https://github.com/char0n/ramda-adjunct/compare/v2.10.0...v2.11.0) (2018-10-28) diff --git a/README.md b/README.md index 58494b1da5..1cfe7d03b9 100644 --- a/README.md +++ b/README.md @@ -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), diff --git a/package.json b/package.json index 7c95d1cf6f..4417563ba2 100644 --- a/package.json +++ b/package.json @@ -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": {