Skip to content

Commit 841d522

Browse files
committed
Release 1.5.0
1 parent 9f74b4e commit 841d522

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Change Log
2+
## 1.5.0 (2019-03-16)
3+
### Refactoring
4+
- Bundle extension with webpack ([@PKief](https://github.com/PKief) in [#12](https://github.com/PKief/vscode-markdown-checkbox/pull/12))
5+
- Reduces extension size by 35 %
6+
- Faster extension startup activation
7+
- CI Improvements
8+
29
## 1.4.3 (2019-03-04)
310
### Bug Fixes
411
- Respect trailing whitespace on toggle ([issue #11](https://github.com/PKief/vscode-markdown-checkbox/issues/11))

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "markdown-checkbox",
33
"displayName": "Markdown Checkbox",
44
"description": "With this extension you can create checkboxes in markdown and mark them quickly.",
5-
"version": "1.4.3",
5+
"version": "1.5.0",
66
"publisher": "PKief",
77
"engines": {
88
"vscode": "^1.22.1"
@@ -144,13 +144,13 @@
144144
},
145145
"devDependencies": {
146146
"@types/mocha": "^5.2.6",
147-
"@types/node": "^11.10.4",
147+
"@types/node": "^11.11.3",
148148
"clean-webpack-plugin": "^2.0.1",
149149
"ts-loader": "^5.3.3",
150-
"tslint": "^5.13.1",
150+
"tslint": "^5.14.0",
151151
"typescript": "^3.3.3333",
152152
"vscode": "^1.1.30",
153153
"webpack": "^4.29.6",
154-
"webpack-cli": "^3.2.3"
154+
"webpack-cli": "^3.3.0"
155155
}
156156
}

0 commit comments

Comments
 (0)