Skip to content

Commit

Permalink
chore(release): 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Apr 11, 2024
1 parent 67569fe commit c8cc3f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8cc3f4

Please sign in to comment.