File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.1.1
5
+
6
+ [ compare changes] ( https://github.com/nuxt-hub/core/compare/v0.1.0...v0.1.1 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Add missing imports ([ 53485ac] ( https://github.com/nuxt-hub/core/commit/53485ac ) )
11
+
12
+ ### 📖 Documentation
13
+
14
+ - Update package name ([ 8ca7a04] ( https://github.com/nuxt-hub/core/commit/8ca7a04 ) )
15
+
16
+ ### 🏡 Chore
17
+
18
+ - ** ci:** Add nightly ([ 34e955a] ( https://github.com/nuxt-hub/core/commit/34e955a ) )
19
+ - Update module import ([ 0dacd0f] ( https://github.com/nuxt-hub/core/commit/0dacd0f ) )
20
+ - Fix package repo ([ 8950351] ( https://github.com/nuxt-hub/core/commit/8950351 ) )
21
+
22
+ ### ❤️ Contributors
23
+
24
+ - Sébastien Chopin ([ @Atinux ] ( http://github.com/Atinux ) )
25
+
4
26
## v0.1.0
5
27
6
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxthub/core" ,
3
3
"private" : false ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"description" : " Nuxt Toolkit to create full-stack applications on the Edge." ,
6
6
"repository" : {
7
7
"type" : " git" ,
67
67
"vitest" : " ^1.3.1" ,
68
68
"vue-tsc" : " ^1.8.27"
69
69
}
70
- }
70
+ }
You can’t perform that action at this time.
0 commit comments