Bump version to 0.15.3, update `CHANGELOG.md`

This commit is contained in:
Yuta Saito 2022-05-25 00:17:25 +09:00
parent c295a21df0
commit 25da29b475
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,13 @@
# 0.15.3 (24 May 2022)
This release fixes an issue when `carton test` wouldn't be finished after large number of test suites, and
improved HTML 5 compatibility.
**Merged pull requests:**
- Stop limiting WS frame size to 16kb for large number of test suites ([#353](https://github.com/swiftwasm/carton/pull/353)) via [@kateinoigakukun](https://github.com/kateinoigakukun)
- Use standards mode in default index page ([#351](https://github.com/swiftwasm/carton/pull/351)) via [@carson-katri](https://github.com/carson-katri)
# 0.15.2 (23 May 2022)
This release fixes an issue when JS entrypoints weren't unpacked during `carton test --environment node` runs.

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
public let cartonVersion = "0.15.2"
public let cartonVersion = "0.15.3"

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "carton",
"version": "0.15.2",
"version": "0.15.3",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {