Bump version to 1.0.2, update CHANGELOG.md

This commit is contained in:
Yuta Saito 2024-03-28 12:33:04 +09:00
parent 9a247811e6
commit 2467a0c908
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
# 1.0.2 (28 Mar 2024)
This release fixes several issues:
* Restore MIME types in `dev` server to fix loading of CSS and image files.
* Fixed browser test runner to work with large number of test suites with Chrome.
* Fixed permission issue when running `swift run carton bundle`
# 1.0.1 (10 Mar 2024)
This release fixes several issues in version 1.0.0:

View File

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

4
package-lock.json generated
View File

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

View File

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