diff --git a/.changeset/four-donkeys-rule.md b/.changeset/four-donkeys-rule.md deleted file mode 100644 index 3739420..0000000 --- a/.changeset/four-donkeys-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"houston": patch ---- - -Optimize preview image diff --git a/CHANGELOG.md b/CHANGELOG.md index 578d3a8..f7a5bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.1.2 + +### Patch Changes + +- [#32](https://github.com/withastro/houston-vscode/pull/32) [`e39cb05`](https://github.com/withastro/houston-vscode/commit/e39cb055609ae92a87566bdbd940058420683145) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Optimize preview image + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 7ccf50a..d57f1f2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "publisher": "astro-build", "displayName": "Houston", "description": "A theme featuring cool blues, minty greens, and soft purples", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/withastro/houston-vscode.git"