Skip to content

Commit 85fa55e

Browse files
Bump version to 1.0.3, update CHANGELOG.md
1 parent 662d29d commit 85fa55e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.3 (18 April 2024)
2+
3+
* Fix test harness for the latest main XCTest by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/426
4+
* TypeScript-ify entrypoint scripts by @omochi in https://github.com/swiftwasm/carton/pull/428
5+
* Use `@bjorn3/browser_wasi_shim` as WASI implementation by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/429
6+
17
# 1.0.2 (28 Mar 2024)
28

39
This release fixes several issues:

Sources/CartonHelpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
public let cartonVersion = "1.0.2"
15+
public let cartonVersion = "1.0.3"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carton",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
55
"main": "index.js",
66
"repository": {
@@ -27,4 +27,4 @@
2727
"reconnecting-websocket": "^4.4.0",
2828
"typescript": "^5.4.5"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)