From b6bfe0576ad9ffb0dd64a0eeb9d39281628dc774 Mon Sep 17 00:00:00 2001 From: ambar Date: Fri, 26 Apr 2024 10:01:47 +0800 Subject: [PATCH] chore(release): 0.0.12 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94a666..4e0fe00 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. +### [0.0.12](https://github.com/ambar/vscode-live-code/compare/v0.0.11...v0.0.12) (2024-04-26) + + +### Bug Fixes + +* fix overflow style in preview ([055676d](https://github.com/ambar/vscode-live-code/commit/055676d9494a253e24044297fea21325eef450e1)) + ### [0.0.11](https://github.com/ambar/vscode-live-code/compare/v0.0.10...v0.0.11) (2024-04-11) diff --git a/package.json b/package.json index a3245a5..29b3b44 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publisher": "ambar", "description": "Interactive code playground", "license": "MIT", - "version": "0.0.11", + "version": "0.0.12", "private": true, "repository": { "url": "https://github.com/ambar/vscode-live-code.git",