Skip to content

Commit 196109c

Browse files
committed
chore(release): v0.1.3
1 parent 1f9f221 commit 196109c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.3
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.2...v0.1.3)
7+
8+
### 🩹 Fixes
9+
10+
- Add npm registry ([b401606](https://github.com/nuxt-hub/core/commit/b401606))
11+
12+
### 📖 Documentation
13+
14+
- Update blob + miscellanous ([1c98fd7](https://github.com/nuxt-hub/core/commit/1c98fd7))
15+
- Improve description ([24c1ef6](https://github.com/nuxt-hub/core/commit/24c1ef6))
16+
17+
### 🏡 Chore
18+
19+
- Update registry ([e7ffed1](https://github.com/nuxt-hub/core/commit/e7ffed1))
20+
- **logo:** Update ([92b8347](https://github.com/nuxt-hub/core/commit/92b8347))
21+
- **types:** Improve extended zod types ([c03a3ad](https://github.com/nuxt-hub/core/commit/c03a3ad))
22+
- **docs:** Add cf analytics ([1f9f221](https://github.com/nuxt-hub/core/commit/1f9f221))
23+
24+
### ❤️ Contributors
25+
26+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
27+
- Sylvain Marroufin ([@smarroufin](http://github.com/smarroufin))
28+
429
## v0.1.2
530

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

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.2",
4+
"version": "0.1.3",
55
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)