From a7b8f283114299a004462d5f62545df1f3fe247e Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Sun, 28 Oct 2018 11:14:18 +0100 Subject: [PATCH] chore(release): cut the v2.11.0 release --- CHANGELOG.md | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096ca3edb1..7c69c74f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [2.11.0](https://github.com/char0n/ramda-adjunct/compare/v2.10.0...v2.11.0) (2018-10-28) + + +### Features + +* add allEqualTo ([d14dac9](https://github.com/char0n/ramda-adjunct/commit/d14dac9)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525) +* add allIdentical ([c5267f5](https://github.com/char0n/ramda-adjunct/commit/c5267f5)), closes [#578](https://github.com/char0n/ramda-adjunct/issues/578) +* add allIdenticalTo ([fb61085](https://github.com/char0n/ramda-adjunct/commit/fb61085)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525) +* add repeatStr ([f1c5dfa](https://github.com/char0n/ramda-adjunct/commit/f1c5dfa)), closes [#667](https://github.com/char0n/ramda-adjunct/issues/667) + + + # [2.10.0](https://github.com/char0n/ramda-adjunct/compare/v2.9.0...v2.10.0) (2018-09-09) diff --git a/README.md b/README.md index f13c65919b..018b2ce5d8 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.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), [2.7.0](https://char0n.github.io/ramda-adjunct/2.7.0),