Skip to content

Commit

Permalink
chore(release): v0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Apr 15, 2024
1 parent b2a297e commit 7cad8c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## v0.2.20

[compare changes](https://github.com/vernaillen/wpnuxt-module/compare/v0.2.19...v0.2.20)

## v0.2.19

[compare changes](https://github.com/vernaillen/wpnuxt-module/compare/v0.2.18...v0.2.19)
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vernaillen/wpnuxt",
"version": "0.2.19",
"version": "0.2.20",
"description": "WPNuxt",
"repository": "vernaillen/wpnuxt-module",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"prepare": "nuxi prepare .",
"prepack": "nuxt-module-build build",
"generate": "pnpm --filter ./playground/ run generate",
"dev": "pnpm --filter ./playground/ run dev --host app.local --port 3001",
"dev": "pnpm --filter ./playground/ run dev --host app.local",
"dev:build": "pnpm --filter ./playground/ run build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
Expand Down Expand Up @@ -50,7 +50,9 @@
"@vueuse/nuxt": "^10.9.0",
"defu": "^6.1.4",
"nuxt-graphql-middleware": "^4.0.0",
"nuxt-multi-cache": "^3.1.1"
"nuxt-multi-cache": "^3.1.1",
"ohash": "^1.1.3",
"unstorage": "^1.10.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
Expand Down

0 comments on commit 7cad8c2

Please sign in to comment.