File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
35
## v0.1.2
5
36
6
37
[ compare changes] ( https://github.com/sandros94/nuxt-pglite/compare/v0.1.1...v0.1.2 )
Original file line number Diff line number Diff line change 3
3
"resolutions" : {
4
4
"nuxt-pglite" : " workspace:*"
5
5
},
6
- "version" : " 0.1.2 " ,
6
+ "version" : " 0.2.0 " ,
7
7
"description" : " A Nuxt module aimed to simplify the use of PGlite." ,
8
8
"repository" : " sandros94/nuxt-pglite" ,
9
9
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments