diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e759a..5a59a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7fa7cb3..180677c 100644 --- a/package.json +++ b/package.json @@ -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",