diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-01-19 11:36:53 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-01-19 11:36:53 +0000 |
commit | 62430d0f6e8ec2fa3904b2917e824bedef3befcd (patch) | |
tree | 9759633980f541157af4edec157c29f5cba79aca | |
parent | 32dea132cb56cf023634bc7e87550c7949cdf7f1 (diff) | |
download | javascript-62430d0f6e8ec2fa3904b2917e824bedef3befcd.tar.gz javascript-62430d0f6e8ec2fa3904b2917e824bedef3befcd.zip |
v0.4.0v0.4.0
-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" |