Bump version to 0.16.1, update `CHANGELOG.md`

This commit is contained in:
Yuta Saito 2022-07-22 14:21:51 +00:00
parent 2fa2568a16
commit 9c0abbf013
4 changed files with 15 additions and 4 deletions

View File

@ -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.

View File

@ -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
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "carton",
"version": "0.16.0",
"version": "0.16.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "carton",
"version": "0.16.0",
"version": "0.16.1",
"license": "Apache-2.0",
"devDependencies": {
"@wasmer/wasi": "^0.12.0",

View File

@ -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": {