diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b6bf6ad..1244155c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. See [standa --- +## [v22](https://github.com/live-codes/livecodes/compare/v21...v22) (2024-02-03) + +Add more docs, including for the [Preview in LiveCodes](https://github.com/live-codes/preview-in-livecodes) GitHub action. + +### Bug Fixes + +- fix importing data url stylesheet ([d57a06c](https://github.com/live-codes/livecodes/commit/d57a06c15f042946b0156a624de8b1dda34bb554)) + +--- + ## [v21](https://github.com/live-codes/livecodes/compare/v20...v21) (2024-01-27) The major changes in this release include: diff --git a/package.json b/package.json index 8eaae3911..1d4e4aa44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "livecodes", "version": "0.0.0", - "appVersion": "21", + "appVersion": "22", "description": "Code Playground That Just Works!", "author": "Hatem Hosny", "license": "MIT",