From 37f929e5761971bdffa833c40ebcb1d8d85588bb Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Sat, 26 Sep 2020 19:49:28 +0100 Subject: [PATCH 1/2] Update `CHANGELOG.md` for 0.7.1 bugfix release --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82920b40..4aa554a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -# Unreleased +# 0.7.1 (27 September 2020) + +This is a bugfix release that resolves an issue with the JavaScript runtime being unavailable when installed via NPM. + +**Closed issues:** + +- 0.7.0 unavailable on NPM ([#79](https://github.com/swiftwasm/JavaScriptKit/issues/79)) +- Automatic performance testing ([#67](https://github.com/swiftwasm/JavaScriptKit/issues/67)) + +**Merged pull requests:** + +- Fix runtime files location in `package.json` ([#81](https://github.com/swiftwasm/JavaScriptKit/pull/81)) via [@MaxDesiatov](https://github.com/MaxDesiatov) +- Run 4 perf tests instead of 2 ([#80](https://github.com/swiftwasm/JavaScriptKit/pull/80)) via [@j-f1](https://github.com/j-f1) +- Specify correct SwiftWasm snapshot in `README.md` ([#78](https://github.com/swiftwasm/JavaScriptKit/pull/78)) via [@MaxDesiatov](https://github.com/MaxDesiatov) # 0.7.0 (25 September 2020) From d40559dacbff6dc183b0c1409c45a5eb6d0424d3 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Sat, 26 Sep 2020 19:52:01 +0100 Subject: [PATCH 2/2] Bump version to 0.7.1 in `package.json` --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 602a1427c..700b9e0b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "javascript-kit-swift", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ee73329d..509501ae1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-kit-swift", - "version": "0.7.0", + "version": "0.7.1", "description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.", "main": "Runtime/lib/index.js", "files": [