From be641affce743987be96ac13e0bcd39854559d83 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Oct 2022 08:56:23 +0000 Subject: [PATCH] chore(release): 1.6.0 # [1.6.0](https://github.com/oparaskos/vscode-fountain/compare/v1.5.2...v1.6.0) (2022-10-13) ### Features * **bundle:** Bundle the extension in parts ([576dd8e](https://github.com/oparaskos/vscode-fountain/commit/576dd8e7897b3f28cf3c96ed753e2ee84965acff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bb2cb..5f40e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/oparaskos/vscode-fountain/compare/v1.5.2...v1.6.0) (2022-10-13) + + +### Features + +* **bundle:** Bundle the extension in parts ([576dd8e](https://github.com/oparaskos/vscode-fountain/commit/576dd8e7897b3f28cf3c96ed753e2ee84965acff)) + ## [1.5.2](https://github.com/oparaskos/vscode-fountain/compare/v1.5.1...v1.5.2) (2022-10-13) diff --git a/package.json b/package.json index aa660e0..5f90d3d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "icon": "assets/fountain-logo-monochrome@1x.png", "main": "./client/dist/main", "license": "MIT", - "version": "1.5.2", + "version": "1.6.0", "repository": { "type": "git", "url": "https://github.com/oparaskos/vscode-fountain"