Skip to content

Commit efffdfa

Browse files
committed
chore(release): v0.1.5
1 parent 01ec0e4 commit efffdfa

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.5
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.4...v0.1.5)
7+
8+
### 🩹 Fixes
9+
10+
- Leverage runtime envs for proxy middleware ([6654db7](https://github.com/nuxt-hub/core/commit/6654db7))
11+
12+
### 📖 Documentation
13+
14+
- Fix blob callout ([c457fe9](https://github.com/nuxt-hub/core/commit/c457fe9))
15+
- **drizzle:** Update ([1a52416](https://github.com/nuxt-hub/core/commit/1a52416))
16+
- Add stubs ([0b4b9c3](https://github.com/nuxt-hub/core/commit/0b4b9c3))
17+
- Pages descriptions ([73f6dff](https://github.com/nuxt-hub/core/commit/73f6dff))
18+
- Deploy update + minor updates ([399b3f7](https://github.com/nuxt-hub/core/commit/399b3f7))
19+
- Update ([32d5e0d](https://github.com/nuxt-hub/core/commit/32d5e0d))
20+
- Improve the getting-started ([0e9155d](https://github.com/nuxt-hub/core/commit/0e9155d))
21+
- Update ([c89a6fe](https://github.com/nuxt-hub/core/commit/c89a6fe))
22+
- Small improvements ([01ec0e4](https://github.com/nuxt-hub/core/commit/01ec0e4))
23+
24+
### 🏡 Chore
25+
26+
- **kv:** Update ([07a80c7](https://github.com/nuxt-hub/core/commit/07a80c7))
27+
- Remove password generation as part of nuxt-auth-utils ([9619c6e](https://github.com/nuxt-hub/core/commit/9619c6e))
28+
- Update deps ([4a5b638](https://github.com/nuxt-hub/core/commit/4a5b638))
29+
- **playground:** Various fixes ([9d6f699](https://github.com/nuxt-hub/core/commit/9d6f699))
30+
31+
### ❤️ Contributors
32+
33+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
34+
- Sylvain Marroufin ([@smarroufin](http://github.com/smarroufin))
35+
436
## v0.1.4
537

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

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

0 commit comments

Comments
 (0)