Skip to content

Commit

Permalink
- update dependencies to the latest
Browse files Browse the repository at this point in the history
- bump version to 1.3.3
  • Loading branch information
osesov committed Jun 15, 2021
1 parent e66a70b commit ae32d47
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 36 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to the "zmk" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.3.3

- update dependencies to the latest
- update to use multiple work spaces
- do not report errors when run in non-valhalla environment
- Update config examples

## 1.3.2

- Add appcloud/zebra config examples

## 1.3.1

- Fix error messages
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@ Initial release of extension

* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)

## Release

* Update version in package.json
* Update CHANGELOG.md
* Build package (`npm run package`)
* Upload package to github
* Tag version on github
61 changes: 31 additions & 30 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zmk",
"displayName": "zmk",
"description": "Zodiac Make",
"version": "1.3.2",
"version": "1.3.3",
"engines": {
"vscode": "^1.38.0"
},
Expand Down Expand Up @@ -111,12 +111,12 @@
"package": "npm i && npm run compile && vsce package"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^10.12.21",
"tslint": "^5.12.1",
"typescript": "^3.3.1",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.8",
"tslint": "^6.1.3",
"typescript": "^4.3.2",
"vsce": "^1.81.1",
"vscode": "^1.1.36"
"vscode": "^1.1.37"
},
"license": "0BSD"
}

0 comments on commit ae32d47

Please sign in to comment.