Skip to content

Commit

Permalink
package.json: bump version to 0.5.12 (prerelease)
Browse files Browse the repository at this point in the history
  • Loading branch information
71 committed Oct 11, 2022
1 parent 8d3e539 commit 73d32ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({

name: "dance",
description: "Kakoune-inspired key bindings, modes, menus and scripting.",
version: "0.5.11",
version: "0.5.12",
license: "ISC",

author: {
Expand Down Expand Up @@ -116,6 +116,7 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
"test": "yarn run compile && node ./out/test/run.js",
"package": "vsce package --allow-star-activation",
"publish": "vsce publish --allow-star-activation",
"publish:pre": "vsce publish --allow-star-activation --pre-release",
},

devDependencies: {
Expand Down
5 changes: 3 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73d32ad

Please sign in to comment.