Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 27, 2024
1 parent 5309e02 commit 32e3467
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


## v0.2.0

[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.15...v0.2.0)

### 🚀 Enhancements

- ⚠️ Move to layer ([5309e02](https://github.com/nuxt-hub/core/commit/5309e02))

#### ⚠️ Breaking Changes

- ⚠️ Move to layer ([5309e02](https://github.com/nuxt-hub/core/commit/5309e02))

### ❤️ Contributors

- Sébastien Chopin ([@Atinux](http://github.com/Atinux))

## v0.1.15

[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.14...v0.1.15)
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
"version": "0.1.15",
"version": "0.2.0",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,14 @@
"src",
"nuxt.config.ts"
],
"keywords": ["nuxt", "fullstack", "cloudflare", "database", "kv", "blob"],
"keywords": [
"nuxt",
"fullstack",
"cloudflare",
"database",
"kv",
"blob"
],
"scripts": {
"dev:prepare": "nuxi prepare playground",
"dev": "nuxi dev playground",
Expand Down Expand Up @@ -58,4 +65,4 @@
"vitest": "^1.3.1",
"wrangler": "^3.29.0"
}
}
}

0 comments on commit 32e3467

Please sign in to comment.