Skip to content

Commit

Permalink
release: 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed May 12, 2024
1 parent 084f423 commit 5a34882
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# v0.5.7

### What's New

- add github/git export in a wizard-like style

### Bug Fix

- simplify and fixed minor issues in pikchr syntax highlighting


# v0.5.6

### What's New
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
1. Run tests: `npm run test`
1. Remove out directory: `rm -rf out`
1. Create package (.vsix file): `npm run package`
1. Ensure all files are there: `unzip -l fossil-#.#.#.vsix`. There should only be TWO .js files.
1. Ensure all files are there: `unzip -l fossil-#.#.#.vsix`. There should be FOUR .js files.


## Make commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/koog1000/vscode-fossil/issues"
},
"version": "0.5.6",
"version": "0.5.7",
"engines": {
"vscode": "^1.36.0"
},
Expand Down

0 comments on commit 5a34882

Please sign in to comment.