Skip to content

Commit 2e600af

Browse files
committed
chore(release): v0.2.0
1 parent 239b091 commit 2e600af

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/Joepocalyptic/nuxt-particles/compare/v0.1.5...v0.2.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Use tsparticles v3 ([6286ded](https://github.com/Joepocalyptic/nuxt-particles/commit/6286ded))
11+
12+
### 📖 Documentation
13+
14+
- Fix package specifier ([239b091](https://github.com/Joepocalyptic/nuxt-particles/commit/239b091))
15+
16+
### 🏡 Chore
17+
18+
- Update README.md ([1be6b87](https://github.com/Joepocalyptic/nuxt-particles/commit/1be6b87))
19+
20+
### ❤️ Contributors
21+
22+
- Joey Pereira ([@Joepocalyptic](http://github.com/Joepocalyptic))
23+
424
## v0.1.5
525

626
[compare changes](https://undefined/undefined/compare/v0.1.4...v0.1.5)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-particles",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "Run lightweight, heavily customizable particle simulations in your Nuxt project with tsParticles.",
55
"repository": "Joepocalyptic/nuxt-particles",
66
"license": "MIT",
@@ -60,4 +60,4 @@
6060
"nuxt": "^3.11.1",
6161
"vitest": "^0.34.6"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)