From b19e7c8b10a2750ed47753e31ed13613171f3294 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 29 Apr 2021 17:41:00 +0100 Subject: [PATCH] Bump version to 0.10.1 (#127) We didn't have any releases tagged for some time. Let's tag a patch release to flush a few small updates we've accumulated. --- CHANGELOG.md | 20 +++++++++++++++++++- Example/package-lock.json | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a78ba52..e1b2017d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 0.10.1 (29 April 2021) + +This is a minor patch release that includes updates to our dependencies and minor documentation +tweaks. + +**Closed issues:** + +- Do you accept contributions for wrappers over JavaScript objects? ([#124](https://github.com/swiftwasm/JavaScriptKit/issues/124)) +- Can't read from a file using `JSPromise` ([#121](https://github.com/swiftwasm/JavaScriptKit/issues/121)) +- TypeError when trying to implement a `JSBridgedClass` for `WebSocket.send` ([#120](https://github.com/swiftwasm/JavaScriptKit/issues/120)) + +**Merged pull requests:** + +- Update JS dependencies in package-lock.json ([#126](https://github.com/swiftwasm/JavaScriptKit/pull/126)) via [@MaxDesiatov](https://github.com/MaxDesiatov) +- Fix typo in method documentation ([#125](https://github.com/swiftwasm/JavaScriptKit/pull/125)) via [@revolter](https://github.com/revolter) +- Update exported func name to match exported name ([#123](https://github.com/swiftwasm/JavaScriptKit/pull/123)) via [@kateinoigakukun](https://github.com/kateinoigakukun) +- Fix incorrect link in `JSDate` documentation ([#122](https://github.com/swiftwasm/JavaScriptKit/pull/122)) via [@revolter](https://github.com/revolter) + # 0.10.0 (21 January 2021) This release contains multiple breaking changes in preparation for enabling `async`/`await`, when @@ -26,7 +44,7 @@ fully control type casting if needed. - Create `FUNDING.yml` ([#117](https://github.com/swiftwasm/JavaScriptKit/pull/117)) via [@MaxDesiatov](https://github.com/MaxDesiatov) - Major API change on `JSClosure` ([#113](https://github.com/swiftwasm/JavaScriptKit/pull/113)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Update `package.json` to lockfileVersion 2 ([#114](https://github.com/swiftwasm/JavaScriptKit/pull/114)) via [@kateinoigakukun](https://github.com/kateinoigakukun) -- Bump `ini` from 1.3.5 to 1.3.8 in `/Example` ([#111](https://github.com/swiftwasm/JavaScriptKit/pull/111)) via [@dependabot[bot]](https://github.com/dependabot[bot]) +- Bump `ini` from 1.3.5 to 1.3.8 in `/Example` ([#111](https://github.com/swiftwasm/JavaScriptKit/pull/111)) via [@dependabot](https://github.com/dependabot) - Update doc comment in `JSTypedArray.swift` ([#110](https://github.com/swiftwasm/JavaScriptKit/pull/110)) via [@MaxDesiatov](https://github.com/MaxDesiatov) # 0.9.0 (27 November 2020) diff --git a/Example/package-lock.json b/Example/package-lock.json index b8dafedb..8e41ce72 100644 --- a/Example/package-lock.json +++ b/Example/package-lock.json @@ -20,7 +20,8 @@ } }, "..": { - "version": "0.10.0", + "name": "javascript-kit-swift", + "version": "0.10.1", "license": "MIT", "devDependencies": { "prettier": "2.1.2", diff --git a/package-lock.json b/package-lock.json index 105107b2..b5891c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "javascript-kit-swift", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "javascript-kit-swift", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "devDependencies": { "prettier": "2.1.2", diff --git a/package.json b/package.json index b06a4ec2..a7b87797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-kit-swift", - "version": "0.10.0", + "version": "0.10.1", "description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.", "main": "Runtime/lib/index.js", "files": [