Skip to content

Commit 102a581

Browse files
committed
v0.1.3
1 parent 023edb0 commit 102a581

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
## [Unreleased]
1414

15+
## [0.1.3] - 2025-11-11
16+
1517
### Fixed
1618

1719
- Rename directory path from `esm/es2020` to `esm/es2022`.
20+
- An error for missing `gleam.toml` displayed incorrectly in Vite.
1821

1922
## [0.1.2] - 2024-12-05
2023

@@ -37,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3740

3841
- Initial plugin code.
3942

40-
[unreleased]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.2...HEAD
43+
[unreleased]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.3...HEAD
44+
[0.1.3]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.2...v0.1.3
4145
[0.1.2]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.1...v0.1.2
4246
[0.1.1]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.0...v0.1.1
4347
[0.1.0]: https://github.com/pocka/rollup-plugin-gleam/releases/tag/v0.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pocka/rollup-plugin-gleam",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Rollup plugin for Gleam language.",
55
"keywords": ["rollup-plugin", "vite-plugin"],
66
"bugs": {

0 commit comments

Comments
 (0)