Skip to content

Commit

Permalink
Bump version to 0.19.2, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 11, 2024
1 parent 384d668 commit 3b5af3d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.19.2 (11 Apr 2024)

## What's Changed
* [CI] macos-14 by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/233
* [CI] Drop macos-11 since that is deprecated and will be removed in Q2 2024 by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/234
* Update swift-tools-version to reflect the supported Swift versions by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/235
* [CI] Update actions and configure Dependabot by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/236
* Fix Optional implementation for ConstructibleFromJSValue by @omochi in https://github.com/swiftwasm/JavaScriptKit/pull/238
* Inherit JSFunction from JSClosure by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/239
* Fix object decode by @omochi in https://github.com/swiftwasm/JavaScriptKit/pull/241

## New Contributors
* @ikesyo made their first contribution in https://github.com/swiftwasm/JavaScriptKit/pull/233
* @omochi made their first contribution in https://github.com/swiftwasm/JavaScriptKit/pull/238

**Full Changelog**: https://github.com/swiftwasm/JavaScriptKit/compare/0.19.1...0.19.2

# 0.19.1 (6 Feb 2024)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-kit-swift",
"version": "0.19.1",
"version": "0.19.2",
"description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.",
"main": "Runtime/lib/index.js",
"module": "Runtime/lib/index.mjs",
Expand Down

0 comments on commit 3b5af3d

Please sign in to comment.