From 314fdf5794d3e3934d423ab93dcae53492227037 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Tue, 27 Aug 2019 23:01:37 +0200 Subject: [PATCH] chore(release): cut the v2.19.1 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- VERSIONS.md | 1 + package-lock.json | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6804590561..ecc08e6bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [2.19.1](https://github.com/char0n/ramda-adjunct/compare/v2.19.0...v2.19.1) (2019-08-27) + +* **opencollective:** remove opencollective as dependency ([35f46ce](https://github.com/char0n/ramda-adjunct/commit/35f46ce)), closes [#1021](https://github.com/char0n/ramda-adjunct/issues/1021) + # [2.19.0](https://github.com/char0n/ramda-adjunct/compare/v2.18.0...v2.19.0) (2019-08-12) diff --git a/README.md b/README.md index 1735b7b668..9f2e311faa 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,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), - [PREVIOUS](https://char0n.github.io/ramda-adjunct/2.18.0), + [PREVIOUS](https://char0n.github.io/ramda-adjunct/2.19.0), [ALL VERSIONS](./VERSIONS.md) ## Wrote about us diff --git a/VERSIONS.md b/VERSIONS.md index db342fe23c..31ba94e379 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,6 +1,7 @@ # API Documentation [LATEST](https://char0n.github.io/ramda-adjunct), + [2.19.0](https://char0n.github.io/ramda-adjunct/2.19.0), [2.18.0](https://char0n.github.io/ramda-adjunct/2.18.0), [2.17.0](https://char0n.github.io/ramda-adjunct/2.17.0), [2.16.1](https://char0n.github.io/ramda-adjunct/2.16.1), diff --git a/package-lock.json b/package-lock.json index 42e72593f5..bb66941a1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ramda-adjunct", - "version": "2.20.0", + "version": "2.19.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4bac540864..a61e0ccffa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "functional" ], "sideEffects": false, - "version": "2.20.0", + "version": "2.19.1", "homepage": "https://github.com/char0n/ramda-adjunct", "license": "BSD-3-Clause", "repository": {