Skip to content

Commit 68c60ab

Browse files
committed
chore(release): v0.1.4
1 parent adfc977 commit 68c60ab

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.4
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.3...v0.1.4)
7+
8+
### 📖 Documentation
9+
10+
- Update ([cbd48b8](https://github.com/nuxt-hub/core/commit/cbd48b8))
11+
- Update local to remote option ([dbb3e90](https://github.com/nuxt-hub/core/commit/dbb3e90))
12+
13+
### 🏡 Chore
14+
15+
- Remove zod from auto imported utils ([adfc977](https://github.com/nuxt-hub/core/commit/adfc977))
16+
17+
### ❤️ Contributors
18+
19+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
20+
- Sylvain Marroufin ([@smarroufin](http://github.com/smarroufin))
21+
422
## v0.1.3
523

624
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.2...v0.1.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxthub/core",
33
"private": false,
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)