Skip to content

Commit

Permalink
chore(release): 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Apr 6, 2024
1 parent a87c3f6 commit 934f913
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.10](https://github.com/ambar/vscode-live-code/compare/v0.0.9...v0.0.10) (2024-04-06)


### Features

* add separate runtime icon to the title bar, remove default runtime config ([abcc077](https://github.com/ambar/vscode-live-code/commit/abcc0771f383544b3c9e4ad44021d7be5216c817))
* allow multiple runtime preview for same document ([a87c3f6](https://github.com/ambar/vscode-live-code/commit/a87c3f667c2d361b111b6f6d5577d25d59d8ef0a))
* replace icons ([8be13e0](https://github.com/ambar/vscode-live-code/commit/8be13e04527613d72d84368928cb2ef7957503f6))

### [0.0.9](https://github.com/ambar/vscode-live-code/compare/v0.0.8...v0.0.9) (2024-04-02)


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.9",
"version": "0.0.10",
"private": true,
"repository": {
"url": "https://github.com/ambar/vscode-live-code.git",
Expand Down

0 comments on commit 934f913

Please sign in to comment.