Skip to content

Commit

Permalink
I screwed up tagging and packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Oct 5, 2020
1 parent d7380ec commit aa8fd23
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.14.1
Fixed 1.14.0 packaging issue.

## 1.14.0
- IE:
- Added support for `TPA`, `TPH`, `TPP` `BAF` and `D` parsing with new WeiDU v247.
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.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bgforge-mls",
"displayName": "BGforge MLS",
"description": "BGforge multilanguage server",
"version": "1.14.0",
"version": "1.14.1",
"author": "BGforge",
"repository": {
"type": "git",
Expand Down Expand Up @@ -225,12 +225,12 @@
}
],
"themes": [
{
"label": "BGforge Monokai",
"uiTheme": "vs-dark",
"path": "./themes/bgforge-monokai.json"
}
],
{
"label": "BGforge Monokai",
"uiTheme": "vs-dark",
"path": "./themes/bgforge-monokai.json"
}
],
"configuration": {
"type": "object",
"title": "BGforge MLS",
Expand Down Expand Up @@ -298,7 +298,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.0",
"@types/node": "^8.10.62",
"@types/node": "^8.10.64",
"typescript": "^3.9.7"
},
"categories": [
Expand Down

0 comments on commit aa8fd23

Please sign in to comment.