Skip to content

Commit 6e84a70

Browse files
authored
Add missing .npmignore, bump version to 0.7.2 (#85)
1 parent 29fb15f commit 6e84a70

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.7.2 (28 September 2020)
2+
3+
This is a bugfix release that resolves an issue with the JavaScript runtime being unavailable when installed via NPM.
4+
15
# 0.7.1 (27 September 2020)
26

37
This is a bugfix release that resolves an issue with the JavaScript runtime being unavailable when installed via NPM.

Diff for: Runtime/.npmignore

Whitespace-only changes.

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.1",
3+
"version": "0.7.2",
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)