Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 21, 2024
1 parent 339be38 commit 25f7289
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.1.2

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

### 🩹 Fixes

- Add missing import ([b6c60f2](https://github.com/nuxt-hub/core/commit/b6c60f2))
- Ci ([339be38](https://github.com/nuxt-hub/core/commit/339be38))

### 🏡 Chore

- **docs:** Update build command ([1c23a02](https://github.com/nuxt-hub/core/commit/1c23a02))
- **ci:** Fix permissions ([e97be69](https://github.com/nuxt-hub/core/commit/e97be69))
- Update ci ([7c16820](https://github.com/nuxt-hub/core/commit/7c16820))

### ❤️ Contributors

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

## v0.1.1

[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.0...v0.1.1)
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.1.2",
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,4 +67,4 @@
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
}
}
}

0 comments on commit 25f7289

Please sign in to comment.