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),