Skip to content

Commit d7492b9

Browse files
committed
chore(release): v0.1.1
1 parent 8950351 commit d7492b9

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

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

33

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+
426
## v0.1.0
527

628

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.0",
4+
"version": "0.1.1",
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)