diff --git a/CHANGELOG.md b/CHANGELOG.md index f70a279..bff9dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.1](https://github.com/DCsunset/vscode-modal-editor/compare/v1.5.0...v1.5.1) (2022-07-27) + + +### Bug Fixes + +* support loading from http URI ([c29dd47](https://github.com/DCsunset/vscode-modal-editor/commit/c29dd47ecee626e0b586c9f74fbc0af27802785e)) + ## [1.5.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.4.0...v1.5.0) (2022-07-26) diff --git a/package-lock.json b/package-lock.json index b44514a..962ce47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-modal-editor", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 07b494a..984dd40 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-modal-editor", "displayName": "ModalEditor", "description": "Customizable extension to turn VS Code into a modal editor", - "version": "1.5.0", + "version": "1.5.1", "publisher": "DCsunset", "license": "AGPL-3.0", "repository": {