From 232a7eb8152196b73786296dd1a81b36f1fa1a02 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Sat, 10 Aug 2024 14:32:59 +0200 Subject: [PATCH] chore(release): cut the v5.1.0 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- VERSIONS.md | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a38f78e757..b5527cb4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.1.0 (2024-08-10) + +* fix(types): remove isNotEmpty type declaration (#3072) ([3de6d30](https://github.com/char0n/ramda-adjunct/commit/3de6d30)), closes [#3072](https://github.com/char0n/ramda-adjunct/issues/3072) [#2983](https://github.com/char0n/ramda-adjunct/issues/2983) [#3071](https://github.com/char0n/ramda-adjunct/issues/3071) +* feat: add support for ramda@0.30.1 (#3020) ([de94706](https://github.com/char0n/ramda-adjunct/commit/de94706)), closes [#3020](https://github.com/char0n/ramda-adjunct/issues/3020) + # [5.0.1](https://github.com/char0n/ramda-adjunct/compare/v4.1.0...v4.1.1) (2024-06-02) ### Bug Fixes diff --git a/README.md b/README.md index f727573f13..afead350ad 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,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/5.0.0), + [PREVIOUS](https://char0n.github.io/ramda-adjunct/5.0.1), [ALL VERSIONS](./VERSIONS.md) ## Wrote about us diff --git a/VERSIONS.md b/VERSIONS.md index 56e7ea82bd..061ca343ed 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,6 +1,7 @@ # API Documentation [LATEST](https://char0n.github.io/ramda-adjunct), + [5.0.1](https://char0n.github.io/ramda-adjunct/5.0.1), [5.0.0](https://char0n.github.io/ramda-adjunct/5.0.0), [4.1.1](https://char0n.github.io/ramda-adjunct/4.1.1), [4.1.0](https://char0n.github.io/ramda-adjunct/4.1.0),