diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7129ff..8e365e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.4.0 - 2022-12-10 +## v0.4.0 - 2023-01-19 - `array.length` was renamed to `array.size` to match Gleam conventions of size being used when the operation is constant time. @@ -1,5 +1,5 @@ name = "gleam_javascript" -version = "0.3.0" +version = "0.4.0" licences = ["Apache-2.0"] description = "Work with JavaScript types and values in Gleam" |