Skip to content

Commit c0c4bb7

Browse files
committed
Release 1.9.0
1 parent 9815cc7 commit c0c4bb7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

55

6+
#### [v1.9.0](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.8.1...v1.9.0)
7+
8+
> April 2, 2023
9+
10+
- Update vsce installation [`723e1f4`](https://github.com/PKief/vscode-markdown-checkbox/commit/723e1f4)
11+
- Bump webpack from 5.73.0 to 5.76.0 [`#49`](https://github.com/PKief/vscode-markdown-checkbox/pull/49)
12+
- Allow users to define the date template [`#50`](https://github.com/PKief/vscode-markdown-checkbox/pull/50)
13+
- Fix badges [`edbead1`](https://github.com/PKief/vscode-markdown-checkbox/commit/edbead1)
14+
615
#### [v1.8.1](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.8.0...v1.8.1)
716

817
> July 22, 2022

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.8.1",
5+
"version": "1.9.0",
66
"publisher": "PKief",
77
"author": {
88
"name": "Philipp Kief",

0 commit comments

Comments
 (0)