Skip to content

Commit

Permalink
Esbonio VSCode Ext Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2020
1 parent b8a3a82 commit 761d34e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-dev(?P<dev>\d+))?
Expand Down
9 changes: 9 additions & 0 deletions code/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.3.1 - 2020-12-14
-------------------

Misc
^^^^

- Fix ``vsix`` packaging so that grammar tests are not included. (`#44 <https:/swyddfa/esbonio/issues/44>`_)


v0.3.0 - 2020-12-14
-------------------

Expand Down
1 change: 0 additions & 1 deletion code/changes/44.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Swyddfa Developers",
"publisher": "swyddfa",
"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"compile": "webpack --mode production",
"compile-test": "npm run clean && tsc -p ./",
Expand Down

0 comments on commit 761d34e

Please sign in to comment.