diff --git a/CHANGELOG.md b/CHANGELOG.md index db1e7bc87..7c18a8c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.11.1 (22 November 2021) + +This is a bugfix release that removes a requirement for macOS Monterey in `Package.swift` for this +package. `README.md` was updated to explicitly specify that if you're building an app or a library +that depends on JavaScriptKit for macOS (i.e. cross-platform code that supports both WebAssembly +and macOS), you need either +* macOS Monterey that has the new Swift concurrency runtime available, or +* any version of macOS that supports Swift concurrency back-deployment with Xcode 13.2 or later, or +* add `.unsafeFlags(["-Xfrontend", "-disable-availability-checking"])` in `Package.swift` manifest. + +**Merged pull requests:** + +- Remove macOS Monterey requirement from `Package.swift` ([#144](https://github.com/swiftwasm/JavaScriptKit/pull/144)) via [@MaxDesiatov](https://github.com/MaxDesiatov) + # 0.11.0 (22 November 2021) This release adds support for `async`/`await` and SwiftWasm 5.5. Use the new `value` async property diff --git a/Example/package-lock.json b/Example/package-lock.json index 0290dc5f3..09bb74d8d 100644 --- a/Example/package-lock.json +++ b/Example/package-lock.json @@ -21,7 +21,7 @@ }, "..": { "name": "javascript-kit-swift", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "devDependencies": { "prettier": "2.1.2", diff --git a/IntegrationTests/package-lock.json b/IntegrationTests/package-lock.json index c84fa4048..ec44bf0dd 100644 --- a/IntegrationTests/package-lock.json +++ b/IntegrationTests/package-lock.json @@ -12,7 +12,7 @@ }, "..": { "name": "javascript-kit-swift", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "devDependencies": { "prettier": "2.1.2", diff --git a/README.md b/README.md index 06a0e0bb0..2128a1039 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ since this OS does not need back-deployment. - [Swift 5.5 or later](https://swift.org/download/) and Ubuntu 18.04 if you'd like to use Linux. Other Linux distributions are currently not supported. -### For users of apps depending +### For users of apps depending on JavaScriptKit Any recent browser that [supports WebAssembly](https://caniuse.com/#feat=wasm) and required JavaScript features should work, which currently includes: diff --git a/package-lock.json b/package-lock.json index bf456dd80..524ea4c7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "javascript-kit-swift", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "javascript-kit-swift", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "devDependencies": { "prettier": "2.1.2", diff --git a/package.json b/package.json index fcbb513c1..c1a2e8471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-kit-swift", - "version": "0.11.0", + "version": "0.11.1", "description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.", "main": "Runtime/lib/index.js", "files": [