Skip to content

Commit

Permalink
Bump version to 0.16.1, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jul 22, 2022
1 parent 2fa2568 commit 9c0abbf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.16.1 (22 July 2022)

This release fixes an issue when `carton test` doesn't execute the all of async tests, and doesn't handle
JS exception.

**Merged pull requests:**

- Exit non-zero status when test fail on browser [#370](https://github.com/swiftwasm/carton/pull/370) via [@kateinoigakukun](https://github.com/kateinoigakukun)
- Update SwiftPM dependencies [#368](https://github.com/swiftwasm/carton/pull/368) via [@MaxDesiatov](https://github.com/MaxDesiatov)
- Update SwiftPM dependencies [#366](https://github.com/swiftwasm/carton/pull/366) via [@MaxDesiatov](https://github.com/MaxDesiatov)

# 0.16.0 (15 June 2022)

This release adds several enhancements in `carton test`, and allows you to customize optimization strategy.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

public let cartonVersion = "0.16.0"
public let cartonVersion = "0.16.1"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carton",
"version": "0.16.0",
"version": "0.16.1",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 9c0abbf

Please sign in to comment.