diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e0e65..5a5d4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [2.3.1](https://github.com/MorevM/vue-transitions/compare/v2.3.0...v2.3.1) (2022-11-20) + + +### Bug fixes + +* Note `./nuxt` export in the main `package.json` ([97bf252](https://github.com/MorevM/vue-transitions/commit/97bf25296796ddc77b9e266bc43a4999cb76a5db)) + ## [2.3.0](https://github.com/MorevM/vue-transitions/compare/v2.2.2...v2.3.0) (2022-11-20) @@ -318,4 +325,4 @@ Although there shouldn't be any problems (the default export should work the sam ### Bug fixes * Add CSS file exports ([1a1dc50](https://github.com/MorevM/vue-transitions/commit/1a1dc50ff1dd31f8043002864bbe5224b31019ef)) -* Correct initial transform of `transition-slide` ([141e1e5](https://github.com/MorevM/vue-transitions/commit/141e1e5fa0a3414dd47132bd381ca3837058c88d))### 0.0.1 (2022-03-18) +* Correct initial transform of `transition-slide` ([141e1e5](https://github.com/MorevM/vue-transitions/commit/141e1e5fa0a3414dd47132bd381ca3837058c88d))### 0.0.1 (2022-03-18) \ No newline at end of file diff --git a/package.json b/package.json index ec2a285..c5e3c0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@morev/vue-transitions", "description": "Shareable Vue transitions library", - "version": "2.3.0", + "version": "2.3.1", "private": true, "workspaces": [ "builders/*"