From 2a44f408bcc7d10af85dd10134bbc216e27cfb86 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Thu, 25 Jan 2018 14:11:01 +0100 Subject: [PATCH] chore(release): cuth the v2.4.1 release --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9de63f5b3..8333ad29f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## [2.4.1](https://github.com/char0n/ramda-adjunct/compare/v2.4.0...v2.4.1) (2018-01-25) + +* fix failed build for 2.4.0 release + + # [2.4.0](https://github.com/char0n/ramda-adjunct/compare/v2.3.0...v2.4.0) (2018-01-24) diff --git a/README.md b/README.md index 64f8398200..c9ea5460c2 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ long as they support ES5. [1.17.0](https://char0n.github.io/ramda-adjunct/1.17.0), [1.18.0](https://char0n.github.io/ramda-adjunct/1.18.0), [1.19.0](https://char0n.github.io/ramda-adjunct/1.19.0), [2.0.0](https://char0n.github.io/ramda-adjunct/2.0.0), [2.1.0](https://char0n.github.io/ramda-adjunct/2.1.0), [2.2.0](https://char0n.github.io/ramda-adjunct/2.2.0), - [2.3.0](https://char0n.github.io/ramda-adjunct/2.3.0), [LATEST](https://char0n.github.io/ramda-adjunct) + [2.3.0](https://char0n.github.io/ramda-adjunct/2.3.0), [2.4.0](https://char0n.github.io/ramda-adjunct/2.4.0), + [LATEST](https://char0n.github.io/ramda-adjunct) ## Development diff --git a/package.json b/package.json index 84af29fefe..70c9003b39 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "description": "Community-maintained extension of Ramda", "keywords": "ramda extensions addons cookbook adjunct recipe extras", "sideEffects": false, - "version": "2.5.0", + "version": "2.4.1", "homepage": "https://github.com/char0n/ramda-adjunct", "license": "SEE LICENSE IN LICENSE.md", "repository": {