Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egidiusmengelberg committed Sep 2, 2023
1 parent 4c1db95 commit 61d7571
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,22 @@
# Changelog


## v1.1.0

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

### 🚀 Enhancements

- **module:** Pass options to init method of aos ([c3290d7](https://github.com/egidiusmengelberg/nuxt-aos/commit/c3290d7))

### 🏡 Chore

- **module:** Use correct method of passing options to plugin ([224e46c](https://github.com/egidiusmengelberg/nuxt-aos/commit/224e46c))

### ❤️ Contributors

- BayBreezy <behon.baker@yahoo.com>

## v1.0.4


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-aos",
"version": "1.0.4",
"version": "1.1.0",
"description": "A Nuxt module that adds Animate On Scroll",
"repository": "https://github.com/egidiusmengelberg/nuxt-aos",
"license": "MIT",
Expand Down Expand Up @@ -45,4 +45,4 @@
"nuxt": "^3.6.5",
"vitest": "^0.34.1"
}
}
}

0 comments on commit 61d7571

Please sign in to comment.