Skip to content

Commit

Permalink
release v0.0.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshaolin committed Mar 23, 2022
1 parent 49441b1 commit 57d9eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auto-sync-export",
"displayName": "Auto Sync Export",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"publisher": "ShaolinWang",
"packageManager": "[email protected]",
"description": "Automatically finds, parses and generate export code in 'index' file for the same dictionary. Works with Typescript and TSX.",
Expand All @@ -19,7 +19,7 @@
"pack": "vsce package --no-dependencies --allow-star-activation",
"test": "vitest",
"typecheck": "tsc --noEmit",
"release": "bumpp --commit --push --tag && nr publish"
"release": "bumpp --commit --push --tag"
},
"bugs": {
"url": "https://github.com/ShaolinWang/auto-sync-export/issues"
Expand Down

0 comments on commit 57d9eb0

Please sign in to comment.