Skip to content

Commit

Permalink
release: v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Oct 28, 2024
1 parent 0c22d29 commit e0a408f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- run: pnpm i
- run: pnpm build
- run: npx jsr publish
- run: npx jsr publish --allow-dirty

- run: npm publish --registry=https://registry.npmjs.org --provenance
env:
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloydlau/json-editor-vue",
"version": "0.17.2",
"version": "0.17.3",
"exports": "./dist/json-editor-vue.mjs",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "json-editor-vue",
"PascalCasedName": "JsonEditorVue",
"type": "commonjs",
"version": "0.17.2",
"version": "0.17.3",
"private": false,
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
"author": {
Expand Down

0 comments on commit e0a408f

Please sign in to comment.