Skip to content

Commit 25f7289

Browse files
committed
chore(release): v0.1.2
1 parent 339be38 commit 25f7289

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

33

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+
423
## v0.1.1
524

625
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.0...v0.1.1)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxthub/core",
33
"private": false,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
66
"repository": {
77
"type": "git",
@@ -67,4 +67,4 @@
6767
"vitest": "^1.3.1",
6868
"vue-tsc": "^1.8.27"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)