Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderchief committed Jan 14, 2024
1 parent 00069ae commit d9fe889
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 0.4.1 (2024-01-13)
- [`00069ae`](https://github.com/Enderchief/esgleam/commit/00069ae870f63d16c54bd6320225b62d28390309) Rename `fetch_version` to `fetch_from_version`.
- [`00069ae`](https://github.com/Enderchief/esgleam/commit/00069ae870f63d16c54bd6320225b62d28390309) Add `fetch_latest` as shorthand for `fetch_from_version(platform.get_package_name(), _)`.

## 0.4.0 (2024-01-13)
- 6b044f3 Config option `Kind`. Select between `Script` (call the `main` function in the bundle) and `Library` (standard bundling).
- 6b044f3 `esgleam/app` CLI module to bundle with kind `Script`.
- 37ce214 Expose internal api for installing esbuild
- 37ce214 Expose internal api for selecting package version
- 37ce214 Downgrade `Thoas` to be compatable with `gleam_json`
- [`6b044f3`](https://github.com/Enderchief/esgleam/commit/6b044f3a494b595e2d16daf6f5a63219a587ce1e) Config option `Kind`. Select between `Script` (call the `main` function in the bundle) and `Library` (standard bundling).
- [`6b044f3`](https://github.com/Enderchief/esgleam/commit/6b044f3a494b595e2d16daf6f5a63219a587ce1e) `esgleam/app` CLI module to bundle with kind `Script`.
- [`37ce214`](https://github.com/Enderchief/esgleam/commit/37ce214c501d62e646b8e7e9f360d33362d609f2) Expose internal api for installing esbuild
- [`37ce214`](https://github.com/Enderchief/esgleam/commit/37ce214c501d62e646b8e7e9f360d33362d609f2) Expose internal api for selecting package version
- [`37ce214`](https://github.com/Enderchief/esgleam/commit/37ce214c501d62e646b8e7e9f360d33362d609f2) Downgrade `Thoas` to be compatable with `gleam_json`
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "esgleam"
version = "0.4.0"
version = "0.4.1"
gleam = ">= 0.32.0"

description = "esbuild for Gleam"
Expand Down

0 comments on commit d9fe889

Please sign in to comment.