Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Mar 2, 2024
1 parent 7db5899 commit 4d13885
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.0

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

## v0.1.32

[compare changes](https://github.com/vernaillen/wpnuxt-module/compare/v0.1.31...v0.1.32)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vernaillen/wpnuxt",
"version": "0.1.32",
"version": "0.2.0",
"description": "WPNuxt",
"repository": "vernaillen/wpnuxt-module",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"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",
"release:minor": "npm run lint && npm run prepack && changelogen --release --minor --bump && npm publish && git push --follow-tags",
"release:minor": "npm run lint && npm run prepack && changelogen --release --major && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
Expand Down

0 comments on commit 4d13885

Please sign in to comment.