File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.1.2
5
+
6
+ [ compare changes] ( https://github.com/nuxt-hub/core/compare/v0.1.1...v0.1.2 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Add missing import ([ b6c60f2] ( https://github.com/nuxt-hub/core/commit/b6c60f2 ) )
11
+ - Ci ([ 339be38] ( https://github.com/nuxt-hub/core/commit/339be38 ) )
12
+
13
+ ### 🏡 Chore
14
+
15
+ - ** docs:** Update build command ([ 1c23a02] ( https://github.com/nuxt-hub/core/commit/1c23a02 ) )
16
+ - ** ci:** Fix permissions ([ e97be69] ( https://github.com/nuxt-hub/core/commit/e97be69 ) )
17
+ - Update ci ([ 7c16820] ( https://github.com/nuxt-hub/core/commit/7c16820 ) )
18
+
19
+ ### ❤️ Contributors
20
+
21
+ - Sébastien Chopin ([ @Atinux ] ( http://github.com/Atinux ) )
22
+
4
23
## v0.1.1
5
24
6
25
[ compare changes] ( https://github.com/nuxt-hub/core/compare/v0.1.0...v0.1.1 )
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.1 " ,
4
+ "version" : " 0.1.2 " ,
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