Skip to content

Commit ffcc419

Browse files
committed
chore(release): v0.3.0
1 parent 7ab3d1a commit ffcc419

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,6 +1,24 @@
11
# Changelog
22

33

4+
## v0.3.0
5+
6+
[compare changes](https://github.com/Joepocalyptic/nuxt-particles/compare/v0.2.0...v0.3.0)
7+
8+
### 🩹 Fixes
9+
10+
- Opt in to `import.meta.*` properties ([5e07c8a](https://github.com/Joepocalyptic/nuxt-particles/commit/5e07c8a))
11+
- Use proper import ([6a7f898](https://github.com/Joepocalyptic/nuxt-particles/commit/6a7f898))
12+
13+
### 🏡 Chore
14+
15+
- Require Nuxt >= 3.7.0 ([7ab3d1a](https://github.com/Joepocalyptic/nuxt-particles/commit/7ab3d1a))
16+
17+
### ❤️ Contributors
18+
19+
- Joey Pereira ([@Joepocalyptic](http://github.com/Joepocalyptic))
20+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
21+
422
## v0.2.0
523

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-particles",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Run lightweight, heavily customizable particle simulations in your Nuxt project with tsParticles.",
55
"repository": "Joepocalyptic/nuxt-particles",
66
"license": "MIT",

0 commit comments

Comments
 (0)