diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e27a3..151d71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.9.1](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.9.0...v1.9.1) + +> November 24, 2023 + +- narrow scope for keybindings [`#56`](https://github.com/PKief/vscode-markdown-checkbox/pull/56) +- Bump word-wrap from 1.2.3 to 1.2.4 [`#55`](https://github.com/PKief/vscode-markdown-checkbox/pull/55) + #### [v1.9.0](https://github.com/PKief/vscode-markdown-checkbox/compare/v1.8.1...v1.9.0) > April 2, 2023 diff --git a/package-lock.json b/package-lock.json index 0c2ed79..c9be8ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-checkbox", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-checkbox", - "version": "1.9.0", + "version": "1.9.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "moment": "2.29.4" diff --git a/package.json b/package.json index d7b13ff..6c66d6e 100644 --- a/package.json +++ b/package.json @@ -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.9.0", + "version": "1.9.1", "publisher": "PKief", "author": { "name": "Philipp Kief",