Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 4, 2019
1 parent e7b1560 commit 9a22dfe
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 46 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## 1.4.3 (2019-03-04)
### Bug Fixes
- Respect trailing whitespace on toggle ([issue #11](https://github.com/PKief/vscode-markdown-checkbox/issues/11))

## 1.4.2 (2019-01-28)
### Bug Fixes
- Fixed date timezone ([issue #10](https://github.com/PKief/vscode-markdown-checkbox/issues/10))
Expand Down
81 changes: 41 additions & 40 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": "markdown-checkbox",
"displayName": "Markdown Checkbox",
"description": "With this extension you can create checkboxes in markdown and mark them quickly.",
"version": "1.4.2",
"version": "1.4.3",
"publisher": "PKief",
"engines": {
"vscode": "^1.22.1"
Expand Down Expand Up @@ -139,10 +139,10 @@
}
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"vscode": "^1.1.28"
"@types/mocha": "^5.2.6",
"@types/node": "^11.10.4",
"tslint": "^5.13.1",
"typescript": "^3.3.3333",
"vscode": "^1.1.30"
}
}

0 comments on commit 9a22dfe

Please sign in to comment.