Skip to content

Commit

Permalink
chore: release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Oct 2, 2022
1 parent ac012c7 commit 71497c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


## [0.2.5](https://github.com/sanyuan0704/island.js/compare/0.2.4...0.2.5) (2022-10-02)


### Bug Fixes

* use defer, it will be sure that the polyfill is executed before app script ([ee6dc1c](https://github.com/sanyuan0704/island.js/commit/ee6dc1c0863226ece7472f2a91427ec59b1a35e4))
* without initializing the git repository, the program terminates directly ([96e5b3f](https://github.com/sanyuan0704/island.js/commit/96e5b3f2d9601c350fa7ed695f3ad56968815776))


### Features

* inject the polyfill of importmap ahead to solve the compatibility problem ([605bf97](https://github.com/sanyuan0704/island.js/commit/605bf9773da800616467ac7d4a7a2998da6baf7c))

## [0.2.4](https://github.com/sanyuan0704/island.js/compare/0.2.3...0.2.4) (2022-10-01)


Expand Down
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.2.4",
"version": "0.2.5",
"description": "Vite & Islands architecture SSG framework",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down

1 comment on commit 71497c6

@vercel
Copy link

@vercel vercel bot commented on 71497c6 Oct 2, 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.