From 5a341bdc90a220696abfdc651683d40c6091d93a Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Sun, 10 Sep 2017 21:41:30 +0200 Subject: [PATCH] chore(release): cut the v1.15.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- RELEASE.md | 3 +-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1746735f76..351ece3946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [1.15.0](https://github.com/char0n/ramda-adjunct/compare/v1.14.0...v1.15.0) (2017-09-10) + + +### Features + +* add isNegative ([e593104](https://github.com/char0n/ramda-adjunct/commit/e593104)) +* add isPositive ([040d335](https://github.com/char0n/ramda-adjunct/commit/040d335)) + + + # [1.14.0](https://github.com/char0n/ramda-adjunct/compare/v1.13.0...v1.14.0) (2017-08-25) diff --git a/README.md b/README.md index 8369fa3799..d618e07c8a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ long as they support ES5. [1.10.1](https://char0n.github.io/ramda-adjunct/1.10.1), [1.10.2](https://char0n.github.io/ramda-adjunct/1.10.2), [1.11.0](https://char0n.github.io/ramda-adjunct/1.11.0), [1.12.0](https://char0n.github.io/ramda-adjunct/1.12.0), [1.13.0](https://char0n.github.io/ramda-adjunct/1.13.0), [1.14.0](https://char0n.github.io/ramda-adjunct/1.14.0), - [LATEST](https://char0n.github.io/ramda-adjunct) + [1.15.0](https://char0n.github.io/ramda-adjunct/1.15.0), [LATEST](https://char0n.github.io/ramda-adjunct) ## Development diff --git a/RELEASE.md b/RELEASE.md index a548bfbc30..1d0d4307a3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,8 +15,7 @@ to semver rules. ## Edit README.md Edit `README.md` file ([API Documentation section](https://github.com/char0n/ramda-adjunct/blob/master/README.md#api-documentation)) and -add link to the version you're currently releasing. Also make sure to point the **LATEST** version -to the same version you're currently releasing. +add link to the version you're currently releasing. ## Commit to git