diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae9b07d..d75d8e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + + +## [0.3.4](https://github.com/sanyuan0704/island.js/compare/0.3.3...0.3.4) (2022-10-12) + + +### Bug Fixes + +* home page hmr doesn't work ([#79](https://github.com/sanyuan0704/island.js/issues/79)) ([1358b13](https://github.com/sanyuan0704/island.js/commit/1358b13056a9e1a6ab46062ca0264f6c7dad6cba)) +* the server watcher ([#78](https://github.com/sanyuan0704/island.js/issues/78)) ([bfaaffe](https://github.com/sanyuan0704/island.js/commit/bfaaffe71111be6d522f093aaeffd373c58a04fc)) +* **theme-default:** unocss errors ([#76](https://github.com/sanyuan0704/island.js/issues/76)) ([523480b](https://github.com/sanyuan0704/island.js/commit/523480bda076ce93419c5fe64a95ea34cb4a4619)) +* unexpect chokidar watch ([ad3db51](https://github.com/sanyuan0704/island.js/commit/ad3db513f7c459fc3c0929d729b93944b3da94c1)) + + +### Features + +* code line highlight ([#82](https://github.com/sanyuan0704/island.js/issues/82)) ([e5bb344](https://github.com/sanyuan0704/island.js/commit/e5bb3446930162908a5cebfb667beff56b4ef6bc)) +* custom container render function ([#81](https://github.com/sanyuan0704/island.js/issues/81)) ([4ebd099](https://github.com/sanyuan0704/island.js/commit/4ebd09952154890a38968bbdafa854d84f16ff60)) + ## [0.3.3](https://github.com/sanyuan0704/island.js/compare/0.3.2...0.3.3) (2022-10-10) ### Bug Fixes @@ -328,4 +346,4 @@ - support theme component hmr ([66f34c0](https://github.com/sanyuan0704/react-islands/commit/66f34c01b4c9d750e9e3845b061d31d9cf4e4d69)) - update readme ([a9d82d3](https://github.com/sanyuan0704/react-islands/commit/a9d82d33df8b1d5fe218d44fa2052ebe82369fc0)) - update readme ([2dbaea6](https://github.com/sanyuan0704/react-islands/commit/2dbaea646fe738c8b0a0c234b38527200a4bcd52)) -- use nav and sidebar data ([2d67ca7](https://github.com/sanyuan0704/react-islands/commit/2d67ca70b11ee9ecad3626be740b3610ef4dc258)) +- use nav and sidebar data ([2d67ca7](https://github.com/sanyuan0704/react-islands/commit/2d67ca70b11ee9ecad3626be740b3610ef4dc258)) \ No newline at end of file diff --git a/package.json b/package.json index 2216f475..db86e1d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "islandjs", - "version": "0.3.3", + "version": "0.3.4", "description": "Vite & Islands architecture SSG framework", "packageManager": "pnpm@7.9.2", "type": "module",