Skip to content

Commit 2d0048e

Browse files
authoredSep 24, 2020
Fix version and date in CHANGELOG.md
The changes for the previous version were mistakenly attributed to 0.5.0, while actually they belong to 0.6.0. This release date is fixed as well.
1 parent eb7c471 commit 2d0048e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- Add `JSDate` implementation with tests ([#45](https://github.com/swiftwasm/JavaScriptKit/pull/45)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
2525
- Add `JSError` with tests, add JSObject.description ([#47](https://github.com/swiftwasm/JavaScriptKit/pull/47)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
2626

27-
# 0.5.0 (18 July 2020)
27+
# 0.6.0 (11 September 2020)
2828

2929
This release adds `JSTypedArray` generic type, renames `JSObjectRef` to `JSObject`, and makes `JSClosure` memory management more explicit.
3030

0 commit comments

Comments
 (0)
Please sign in to comment.