Skip to content

Commit da7e39c

Browse files
Bump version to 0.19.1, update CHANGELOG.md
1 parent 1823a2f commit da7e39c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.19.1 (6 Feb 2024)
2+
3+
## What's Changed
4+
* Fix availability marker for Swift 5.9 compiler targeting host machine by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/232
5+
6+
**Full Changelog**: https://github.com/swiftwasm/JavaScriptKit/compare/0.19.0...0.19.1
7+
8+
19
# 0.19.0 (16 Jan 2024)
210

311
## What's Changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-kit-swift",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.",
55
"main": "Runtime/lib/index.js",
66
"module": "Runtime/lib/index.mjs",

0 commit comments

Comments
 (0)