Skip to content

Commit eb46f9f

Browse files
committed
chore(release): v0.2.0
1 parent 7c0909a commit eb46f9f

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/sandros94/nuxt-pglite/compare/v0.1.2...v0.2.0)
7+
8+
### 🩹 Fixes
9+
10+
- ⚠️ Module options and better tree-shaking ([a1974fd](https://github.com/sandros94/nuxt-pglite/commit/a1974fd))
11+
- Intarnal naming ([4e1b509](https://github.com/sandros94/nuxt-pglite/commit/4e1b509))
12+
13+
### 💅 Refactors
14+
15+
- ⚠️ Native extensions support, client side worker only via nuxt plugin ([043edab](https://github.com/sandros94/nuxt-pglite/commit/043edab))
16+
17+
### 📖 Documentation
18+
19+
- Update readme ([edb3774](https://github.com/sandros94/nuxt-pglite/commit/edb3774))
20+
21+
### 🏡 Chore
22+
23+
- Update deps ([1d34869](https://github.com/sandros94/nuxt-pglite/commit/1d34869))
24+
- Update all deps ([2c201f2](https://github.com/sandros94/nuxt-pglite/commit/2c201f2))
25+
26+
#### ⚠️ Breaking Changes
27+
28+
- ⚠️ Module options and better tree-shaking ([a1974fd](https://github.com/sandros94/nuxt-pglite/commit/a1974fd))
29+
- ⚠️ Native extensions support, client side worker only via nuxt plugin ([043edab](https://github.com/sandros94/nuxt-pglite/commit/043edab))
30+
31+
### ❤️ Contributors
32+
33+
- Sandros94 ([@sandros94](http://github.com/sandros94))
34+
435
## v0.1.2
536

637
[compare changes](https://github.com/sandros94/nuxt-pglite/compare/v0.1.1...v0.1.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"resolutions": {
44
"nuxt-pglite": "workspace:*"
55
},
6-
"version": "0.1.2",
6+
"version": "0.2.0",
77
"description": "A Nuxt module aimed to simplify the use of PGlite.",
88
"repository": "sandros94/nuxt-pglite",
99
"license": "MIT",

0 commit comments

Comments
 (0)