Skip to content

Commit e5981cc

Browse files
Merge pull request #82 from swiftwasm/changelog-0.7.1
Bump version to 0.7.1
2 parents 317bab3 + d40559d commit e5981cc

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Diff for: CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# Unreleased
1+
# 0.7.1 (27 September 2020)
2+
3+
This is a bugfix release that resolves an issue with the JavaScript runtime being unavailable when installed via NPM.
4+
5+
**Closed issues:**
6+
7+
- 0.7.0 unavailable on NPM ([#79](https://github.com/swiftwasm/JavaScriptKit/issues/79))
8+
- Automatic performance testing ([#67](https://github.com/swiftwasm/JavaScriptKit/issues/67))
9+
10+
**Merged pull requests:**
11+
12+
- Fix runtime files location in `package.json` ([#81](https://github.com/swiftwasm/JavaScriptKit/pull/81)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
13+
- Run 4 perf tests instead of 2 ([#80](https://github.com/swiftwasm/JavaScriptKit/pull/80)) via [@j-f1](https://github.com/j-f1)
14+
- Specify correct SwiftWasm snapshot in `README.md` ([#78](https://github.com/swiftwasm/JavaScriptKit/pull/78)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
215

316
# 0.7.0 (25 September 2020)
417

Diff for: package-lock.json

+1-1
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.7.0",
3+
"version": "0.7.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
"files": [

0 commit comments

Comments
 (0)