Skip to content

Commit 67d8086

Browse files
committed
release: Release version 2.3.0
1 parent 4345550 commit 67d8086

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11

22

3+
## [2.3.0](https://github.com/MorevM/vue-transitions/compare/v2.2.2...v2.3.0) (2022-11-20)
4+
5+
6+
### Features
7+
8+
* Add Nuxt module ([dc1dd75](https://github.com/MorevM/vue-transitions/commit/dc1dd75503aa15b1ca0c3c09f1048fdbb1af5e94))
9+
10+
11+
### Bug fixes
12+
13+
* **types:** Export individual transition types ([a21ca94](https://github.com/MorevM/vue-transitions/commit/a21ca94cb97c7ca464f545495cbfebd711eddf77))
14+
15+
16+
### Documentation
17+
18+
* Add info about Nuxt module usage ([7293760](https://github.com/MorevM/vue-transitions/commit/7293760322410c3df88f5bce28220523a998ef62))
19+
* Correct order of sections in TOC ([2586e10](https://github.com/MorevM/vue-transitions/commit/2586e1053a4cd22f5b1fefcac147dfefdfad94d5))
20+
321
### [2.2.2](https://github.com/MorevM/vue-transitions/compare/v2.2.1...v2.2.2) (2022-10-20)
422

523
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@morev/vue-transitions",
33
"description": "Shareable Vue transitions library",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"private": true,
66
"workspaces": [
77
"builders/*"

0 commit comments

Comments
 (0)