diff --git a/CHANGELOG.md b/CHANGELOG.md index f45069d..8b6bf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/dev/release.md b/docs/dev/release.md index d86eb4b..34801fb 100644 --- a/docs/dev/release.md +++ b/docs/dev/release.md @@ -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 diff --git a/package.json b/package.json index 9c8b1b2..7ee7835 100644 --- a/package.json +++ b/package.json @@ -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" },