Skip to content

Commit

Permalink
chore(release): v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
egidiusmengelberg committed Jan 11, 2024
1 parent b57c394 commit fb81588
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog


## v1.2.2

[compare changes](https://github.com/egidiusmengelberg/nuxt-aos/compare/v1.2.1...v1.2.2)

### 🏡 Chore

- Update deps ([1abb90f](https://github.com/egidiusmengelberg/nuxt-aos/commit/1abb90f))
- Transpile aos deps & include it in vite optimize array ([254db5b](https://github.com/egidiusmengelberg/nuxt-aos/commit/254db5b))
- Provide aos methods from plugin ([fde232d](https://github.com/egidiusmengelberg/nuxt-aos/commit/fde232d))

### 🎨 Styles

- **plugin:** Remove unused var ([7f2fae8](https://github.com/egidiusmengelberg/nuxt-aos/commit/7f2fae8))

### ❤️ Contributors

- BayBreezy <behon.baker@yahoo.com>

## v1.2.1

[compare changes](https://github.com/egidiusmengelberg/nuxt-aos/compare/v1.1.7...v1.2.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-aos",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Nuxt module that adds Animate On Scroll",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,4 +56,4 @@
"test": "test"
},
"author": "Egidius Mengelberg <hello@egidius.io> (https://egidius.io)"
}
}

0 comments on commit fb81588

Please sign in to comment.