Skip to content

Commit

Permalink
Merge pull request #1 from samuelreichor/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
samuelreichor authored Oct 30, 2024
2 parents c395642 + 342245b commit fece599
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-dragons-dress.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# nuxt-craftcms

## 0.1.0

### Minor Changes

- c395642: Add basic functionality of useQueryBuilder
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-craftcms",
"version": "0.0.0",
"version": "0.1.0",
"description": "Nuxt module to use craft cms query builder in nuxt",
"repository": "https://github.com/samuelreichor/nuxt-craftcms",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"lint-staged": {
"*.{js,vue,ts}": "npm run lint:fix"
}
}

0 comments on commit fece599

Please sign in to comment.