Skip to content

Commit 29b6175

Browse files
committed
Release 1.8.1
1 parent 564882d commit 29b6175

File tree

3 files changed

+8
-23
lines changed

3 files changed

+8
-23
lines changed

CHANGELOG.md

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

55

6-
#### [Unreleased changes](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.8.0...HEAD)
6+
#### [v1.8.1](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.8.0...v1.8.1)
77

8-
> July 20, 2022
8+
> July 22, 2022
99
10-
- Use npm ci [`ee3a92b`](https://github.com/PKief/vscode-markdown-checkbox/commit/ee3a92b)
11-
- Add meta information [`4493731`](https://github.com/PKief/vscode-markdown-checkbox/commit/4493731)
10+
- Improve workflow [`#45`](https://github.com/PKief/vscode-markdown-checkbox/pull/45)
1211
- Fix: Bullet is added when with Bullet Point is not selected [`#39`](https://github.com/PKief/vscode-markdown-checkbox/pull/39)
1312
- Bump minimist from 1.2.5 to 1.2.6 [`#40`](https://github.com/PKief/vscode-markdown-checkbox/pull/40)
14-
- Update release commit message [`f9b27d4`](https://github.com/PKief/vscode-markdown-checkbox/commit/f9b27d4)
15-
- Remove git staging as no files should be dirty [`fb0af96`](https://github.com/PKief/vscode-markdown-checkbox/commit/fb0af96)
16-
- Update release workflow [`4528759`](https://github.com/PKief/vscode-markdown-checkbox/commit/4528759)
1713

1814
#### [v1.8.0](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.7.2...v1.8.0)
1915

@@ -32,30 +28,19 @@
3228
- Add support for creating checkboxes on selected lines [`#31`](https://github.com/PKief/vscode-markdown-checkbox/pull/31)
3329
- Bump path-parse from 1.0.6 to 1.0.7 [`dc49a86`](https://github.com/PKief/vscode-markdown-checkbox/commit/dc49a86)
3430

35-
#### [v1.7.2](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.0.6...v1.7.2)
31+
#### [v1.7.2](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.7.1...v1.7.2)
3632

3733
> August 17, 2021
3834
39-
40-
#### [v1.0.6](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.7.1...v1.0.6)
41-
42-
> August 17, 2021
43-
44-
- Bump path-parse from 1.0.6 to 1.0.7 [`dc49a86`](https://github.com/PKief/vscode-markdown-checkbox/commit/dc49a86)
4535
- Enable extension for GitHub codespaces [`0b26388`](https://github.com/PKief/vscode-markdown-checkbox/commit/0b26388)
4636
- Bump glob-parent from 5.1.1 to 5.1.2 [`f2a9cea`](https://github.com/PKief/vscode-markdown-checkbox/commit/f2a9cea)
4737
- Bump browserslist from 4.16.3 to 4.16.6 [`e9cffde`](https://github.com/PKief/vscode-markdown-checkbox/commit/e9cffde)
4838

49-
#### [v1.7.1](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.3.5...v1.7.1)
39+
#### [v1.7.1](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.7.0...v1.7.1)
5040

5141
> February 14, 2021
5242
5343
- Fix issue with toggling lines that contains brackets (except the date brackets) Fixes #25 [`2225027`](https://github.com/PKief/vscode-markdown-checkbox/commit/2225027)
54-
55-
#### [v1.3.5](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.7.0...v1.3.5)
56-
57-
> December 11, 2020
58-
5944
- Bump ini from 1.3.5 to 1.3.7 [`aa02dbd`](https://github.com/PKief/vscode-markdown-checkbox/commit/aa02dbd)
6045
- Add name to step in workflow [`bdc4121`](https://github.com/PKief/vscode-markdown-checkbox/commit/bdc4121)
6146
- Update workflow file [`918ecf5`](https://github.com/PKief/vscode-markdown-checkbox/commit/918ecf5)

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

0 commit comments

Comments
 (0)