From e9fe7e14ccf6707dbc36eb3f0f3a253eb4a1b909 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Sat, 8 Dec 2018 10:05:26 +0100 Subject: [PATCH] chore(release): cut the v2.13.0 release --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 1 + 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca29c6fa3..4ddfa47495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [2.13.0](https://github.com/char0n/ramda-adjunct/compare/v2.12.0...v2.13.0) (2018-12-08) + + +### Bug Fixes + +* **isBoolean:** make this predicate work in different realms ([b89ade0](https://github.com/char0n/ramda-adjunct/commit/b89ade0)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724) +* **isDate:** make this predicate work in different realms ([1963c2d](https://github.com/char0n/ramda-adjunct/commit/1963c2d)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724) +* **isRegExp:** make this predicate work in different realms ([f0150a9](https://github.com/char0n/ramda-adjunct/commit/f0150a9)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724) + + +### Features + +* add support for ramda@0.26.1 ([2de8c22](https://github.com/char0n/ramda-adjunct/commit/2de8c22)) + + + # [2.12.0](https://github.com/char0n/ramda-adjunct/compare/v2.11.0...v2.12.0) (2018-11-25) diff --git a/README.md b/README.md index 068d8d14b0..4c63b7d0c9 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ It is also possible that our ES5 distributions run on node versions older than 0 ## API Documentation [LATEST](https://char0n.github.io/ramda-adjunct), + [2.11.0](https://char0n.github.io/ramda-adjunct/2.12.0), [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),