From fa98b3bbd0da360e0828b774259e62e28ae4b224 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Sun, 18 Sep 2022 17:51:23 +0200 Subject: [PATCH] chore(release): cut the v3.3.0 release --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- VERSIONS.md | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea3cf45bc..23d661b9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.3.0](https://github.com/char0n/ramda-adjunct/compare/v3.2.0...v3.3.0) (2022-09-18) + + +### Features + +* **types:** simplify types and declare named exports ([#2307](https://github.com/char0n/ramda-adjunct/issues/2307)) ([1b46e44](https://github.com/char0n/ramda-adjunct/commit/1b46e44fcc563ecb062ab4928d3c9e295287e064)), closes [#2306](https://github.com/char0n/ramda-adjunct/issues/2306) [#1467](https://github.com/char0n/ramda-adjunct/issues/1467) + + + # [3.2.0](https://github.com/char0n/ramda-adjunct/compare/v3.1.0...v3.2.0) (2022-06-18) diff --git a/README.md b/README.md index 13433680b8..7fc2e76d35 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.1.0), + [PREVIOUS](https://char0n.github.io/ramda-adjunct/3.2.0), [ALL VERSIONS](./VERSIONS.md) ## Wrote about us diff --git a/VERSIONS.md b/VERSIONS.md index e174f72543..66a01e4d84 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,6 +1,7 @@ # API Documentation [LATEST](https://char0n.github.io/ramda-adjunct), + [3.2.0](https://char0n.github.io/ramda-adjunct/3.2.0), [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),