Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Oct 23, 2023
1 parent 95e392d commit b163f51
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog


## v1.1.0

[compare changes](https://github.com/vueform/nuxt/compare/1.0.0...v1.1.0)

### 🚀 Enhancements

- Plugin template update, types import ([2c54833](https://github.com/vueform/nuxt/commit/2c54833))

### 📖 Documentation

- Readme update ([a3f61f3](https://github.com/vueform/nuxt/commit/a3f61f3))

### 🏡 Chore

- .nuxt location fix ([200a353](https://github.com/vueform/nuxt/commit/200a353))
- Type import fix ([9ed47f1](https://github.com/vueform/nuxt/commit/9ed47f1))
- Build config ([95e392d](https://github.com/vueform/nuxt/commit/95e392d))

### ❤️ Contributors

- Adam Berecz <adam@laraform.io>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueform/nuxt",
"version": "1.0.1",
"version": "1.1.0",
"description": "Nuxt module for Vueform",
"repository": "vueform/nuxt",
"license": "MIT",
Expand Down Expand Up @@ -49,4 +49,4 @@
"nuxt": "^3.8.0",
"vitest": "^0.33.0"
}
}
}

0 comments on commit b163f51

Please sign in to comment.