Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Oct 26, 2019
1 parent 139cc56 commit 14706b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.5.2 (2019-10-26)

* Fixed parsing/preview of table header cells with an alignment.

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gfmarkup",
"displayName": "GameFAQs Markup",
"description": "Syntax highlighting and preview for GameFAQs Markup files",
"version": "0.5.1",
"version": "0.5.2",
"publisher": "mtkennerly",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -80,7 +80,6 @@
"vscode:prepublish": "npm run compile && webpack --mode production",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"pretest": "npm run compile",
"test": "node ./out/test/runTest.js",
"webpack": "webpack --mode development",
Expand Down

0 comments on commit 14706b8

Please sign in to comment.