Skip to content

Commit

Permalink
chore: release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Oct 12, 2022
1 parent ad3db51 commit e3aa5f7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "islandjs",
"version": "0.3.3",
"version": "0.3.4",
"description": "Vite & Islands architecture SSG framework",
"packageManager": "[email protected]",
"type": "module",
Expand Down

1 comment on commit e3aa5f7

@vercel
Copy link

@vercel vercel bot commented on e3aa5f7 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.