diff --git a/CHANGELOG.md b/CHANGELOG.md index c0caff0504..8ea3cf45bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.2.0](https://github.com/char0n/ramda-adjunct/compare/v3.1.0...v3.2.0) (2022-06-18) + + +### Features + +* **type:** add isUinteger32 ([#2257](https://github.com/char0n/ramda-adjunct/issues/2257)) ([965147e](https://github.com/char0n/ramda-adjunct/commit/965147e836df98fe0fa83851d41c1268503c73e4)), closes [#1281](https://github.com/char0n/ramda-adjunct/issues/1281) + + + # [3.1.0](https://github.com/char0n/ramda-adjunct/compare/v3.0.0...v3.1.0) (2022-04-24) diff --git a/README.md b/README.md index 2502a6f713..13433680b8 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/3.0.0), + [PREVIOUS](https://char0n.github.io/ramda-adjunct/3.1.0), [ALL VERSIONS](./VERSIONS.md) ## Wrote about us diff --git a/VERSIONS.md b/VERSIONS.md index 7a7f9aa6d9..e174f72543 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,6 +1,7 @@ # API Documentation [LATEST](https://char0n.github.io/ramda-adjunct), + [3.1.0](https://char0n.github.io/ramda-adjunct/3.1.0), [3.0.0](https://char0n.github.io/ramda-adjunct/3.0.0), [2.36.0](https://char0n.github.io/ramda-adjunct/2.36.0), [2.35.0](https://char0n.github.io/ramda-adjunct/2.35.0),