Skip to content

Commit 1f3dec2

Browse files
committed
Release 1.10.0
1 parent 459c588 commit 1f3dec2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

55

6+
#### [v1.10.0](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.9.1...v1.10.0)
7+
8+
> July 18, 2025
9+
10+
- feat: Add configuration option to control QuickPick Esc behavior [`#63`](https://github.com/PKief/vscode-markdown-checkbox/pull/63)
11+
- chore: update GitHub Actions workflows for build and release processes [`48d81ba`](https://github.com/PKief/vscode-markdown-checkbox/commit/48d81ba)
12+
- fix: update author URL in package.json [`9759492`](https://github.com/PKief/vscode-markdown-checkbox/commit/9759492)
13+
- Bump braces from 3.0.2 to 3.0.3 [`#59`](https://github.com/PKief/vscode-markdown-checkbox/pull/59)
14+
- Bump serialize-javascript and mocha [`#61`](https://github.com/PKief/vscode-markdown-checkbox/pull/61)
15+
- Bump webpack from 5.76.0 to 5.94.0 [`#60`](https://github.com/PKief/vscode-markdown-checkbox/pull/60)
16+
617
#### [v1.9.1](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.9.0...v1.9.1)
718

819
> November 24, 2023

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.9.1",
5+
"version": "1.10.0",
66
"publisher": "PKief",
77
"author": {
88
"name": "Philipp Kief",

0 commit comments

Comments
 (0)