Skip to content

Commit

Permalink
release: v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Apr 7, 2023
1 parent f48530c commit c5ab84a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/iles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.9.5](https://github.com/ElMassimo/iles/compare/v0.9.4...v0.9.5) (2023-04-07)


### Bug Fixes

* ensure that pure esm modules without `main` can be imported (close [#239](https://github.com/ElMassimo/iles/issues/239)) ([f48530c](https://github.com/ElMassimo/iles/commit/f48530c321bdda1034285fdcab899a8f8c394377))



## [0.9.4](https://github.com/ElMassimo/iles/compare/v0.9.3...v0.9.4) (2023-04-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/iles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iles",
"description": "Vite & Vue powered static site generator with partial hydration",
"version": "0.9.4",
"version": "0.9.5",
"type": "module",
"bin": {
"iles": "bin/iles.js"
Expand Down

0 comments on commit c5ab84a

Please sign in to comment.