Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joepocalyptic committed Mar 26, 2024
1 parent 7ab3d1a commit ffcc419
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v0.3.0

[compare changes](https://github.com/Joepocalyptic/nuxt-particles/compare/v0.2.0...v0.3.0)

### 🩹 Fixes

- Opt in to `import.meta.*` properties ([5e07c8a](https://github.com/Joepocalyptic/nuxt-particles/commit/5e07c8a))
- Use proper import ([6a7f898](https://github.com/Joepocalyptic/nuxt-particles/commit/6a7f898))

### 🏡 Chore

- Require Nuxt >= 3.7.0 ([7ab3d1a](https://github.com/Joepocalyptic/nuxt-particles/commit/7ab3d1a))

### ❤️ Contributors

- Joey Pereira ([@Joepocalyptic](http://github.com/Joepocalyptic))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v0.2.0

[compare changes](https://github.com/Joepocalyptic/nuxt-particles/compare/v0.1.5...v0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-particles",
"version": "0.2.0",
"version": "0.3.0",
"description": "Run lightweight, heavily customizable particle simulations in your Nuxt project with tsParticles.",
"repository": "Joepocalyptic/nuxt-particles",
"license": "MIT",
Expand Down

0 comments on commit ffcc419

Please sign in to comment.