Skip to content

Commit c5ab84a

Browse files
committed
release: v0.9.5
1 parent f48530c commit c5ab84a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/iles/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.9.5](https://github.com/ElMassimo/iles/compare/v0.9.4...v0.9.5) (2023-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
110
## [0.9.4](https://github.com/ElMassimo/iles/compare/v0.9.3...v0.9.4) (2023-04-07)
211

312

packages/iles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iles",
33
"description": "Vite & Vue powered static site generator with partial hydration",
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"type": "module",
66
"bin": {
77
"iles": "bin/iles.js"

0 commit comments

Comments
 (0)