Skip to content

Commit bbf3d5a

Browse files
committed
chore(release): v1.2.0
1 parent 2d68275 commit bbf3d5a

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
# Changelog
22

3+
## v1.2.0
4+
5+
[compare changes](https://github.com/holux-design/v-gsap-nuxt/compare/v1.1.9...v1.2.0)
6+
7+
### 🚀 Enhancements
8+
9+
- **vue:** Separate plugin code from defineNuxtPlugin ([e36c6d2](https://github.com/holux-design/v-gsap-nuxt/commit/e36c6d2))
10+
- **vue:** Add vue plugin function ([7632a05](https://github.com/holux-design/v-gsap-nuxt/commit/7632a05))
11+
12+
### 🩹 Fixes
13+
14+
- **vue:** Linting tips ([a03112b](https://github.com/holux-design/v-gsap-nuxt/commit/a03112b))
15+
- **vue:** Re-init gsap context inside separated directive ([673ac26](https://github.com/holux-design/v-gsap-nuxt/commit/673ac26))
16+
17+
### ❤️ Contributors
18+
19+
- Holux-design <office@holux-design.at>
20+
321
## v1.1.9
422

523
[compare changes](https://github.com/holux-design/v-gsap-nuxt/compare/v1.1.8...v1.1.9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v-gsap-nuxt",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"description": "GSAP Directive for Nuxt 3",
55
"repository": "holux-design/v-gsap-nuxt",
66
"homepage": "https://v-gsap-nuxt.vercel.app",

0 commit comments

Comments
 (0)