From 717aff17cacbf75bc5f44eda01957a503b5dbed7 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Sun, 27 Dec 2020 11:17:21 +0100 Subject: [PATCH] chore(release): cut the v2.30.0 release --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- VERSIONS.md | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dc108217..377b240ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2.30.0](https://github.com/char0n/ramda-adjunct/compare/v2.29.0...v2.30.0) (2020-12-27) + + +### Bug Fixes + +* **invokeArgs:** update TypeScript signature ([#1710](https://github.com/char0n/ramda-adjunct/issues/1710)) ([775d282](https://github.com/char0n/ramda-adjunct/commit/775d2825c4cbed2118a0cbaad2c13587090a49b1)), closes [#1707](https://github.com/char0n/ramda-adjunct/issues/1707) + + +### Features + +* **list:** add rangeStep ([#1708](https://github.com/char0n/ramda-adjunct/issues/1708)) ([82c0368](https://github.com/char0n/ramda-adjunct/commit/82c0368008ee5ed90e28baf1a91ad74b91ba7072)), closes [#1477](https://github.com/char0n/ramda-adjunct/issues/1477) [#1230](https://github.com/char0n/ramda-adjunct/issues/1230) +* **relation:** add overlaps ([2ea5355](https://github.com/char0n/ramda-adjunct/commit/2ea5355608a9016c96de39a87d48f21016bef330)), closes [#1229](https://github.com/char0n/ramda-adjunct/issues/1229) +* **type:** add isError ([#1449](https://github.com/char0n/ramda-adjunct/issues/1449)) ([adf25c2](https://github.com/char0n/ramda-adjunct/commit/adf25c2a0aa79bf53df66f4bd9720b5039dfd185)), closes [#206](https://github.com/char0n/ramda-adjunct/issues/206) + + + # [2.29.0](https://github.com/char0n/ramda-adjunct/compare/v2.28.0...v2.29.0) (2020-12-13) diff --git a/README.md b/README.md index beedb23716..56d941bcc8 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,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.28.0), + [PREVIOUS](https://char0n.github.io/ramda-adjunct/2.29.0), [ALL VERSIONS](./VERSIONS.md) ## Wrote about us diff --git a/VERSIONS.md b/VERSIONS.md index 008dafca23..4b267740e3 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,6 +1,7 @@ # API Documentation [LATEST](https://char0n.github.io/ramda-adjunct), + [2.29.0](https://char0n.github.io/ramda-adjunct/2.29.0), [2.28.0](https://char0n.github.io/ramda-adjunct/2.28.0), [2.27.0](https://char0n.github.io/ramda-adjunct/2.27.0), [2.26.0](https://char0n.github.io/ramda-adjunct/2.26.0),