diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c2f70..31bb2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/oparaskos/vscode-fountain/compare/v1.5.1...v1.5.2) (2022-10-13) + + +### Bug Fixes + +* **missing:** CI should include webview bundle to js files arent missing in disrtibuted extension ([cfd7c98](https://github.com/oparaskos/vscode-fountain/commit/cfd7c98b23588e796312b11df2d82976e9d4e66d)) + ## [1.5.1](https://github.com/oparaskos/vscode-fountain/compare/v1.5.0...v1.5.1) (2022-10-13) diff --git a/package.json b/package.json index 3e35999..3f3042e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Oliver Paraskos", "icon": "assets/fountain-logo-monochrome@1x.png", "license": "MIT", - "version": "1.5.1", + "version": "1.5.2", "repository": { "type": "git", "url": "https://github.com/oparaskos/vscode-fountain"