From c8cc3f43d9572fc4fd30e97e6b2583a48f190c23 Mon Sep 17 00:00:00 2001 From: ambar Date: Thu, 11 Apr 2024 19:05:42 +0800 Subject: [PATCH] chore(release): 0.0.11 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aff356..f94a666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.11](https://github.com/ambar/vscode-live-code/compare/v0.0.10...v0.0.11) (2024-04-11) + + +### Features + +* mark node modules as external ([67569fe](https://github.com/ambar/vscode-live-code/commit/67569fe3f6932f1c4ee4767c901dc76c2d70dbc3)) + + +### Bug Fixes + +* fix __dirname, __filename for CJS preview ([db67473](https://github.com/ambar/vscode-live-code/commit/db674731946b7abe11ca4f6feba6e66c33cdc4d5)) + ### [0.0.10](https://github.com/ambar/vscode-live-code/compare/v0.0.9...v0.0.10) (2024-04-06) diff --git a/package.json b/package.json index 7f61ef4..c0213bf 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publisher": "ambar", "description": "Interactive code playground", "license": "MIT", - "version": "0.0.10", + "version": "0.0.11", "private": true, "repository": { "url": "https://github.com/ambar/vscode-live-code.git",