Skip to content

Commit

Permalink
Bump version to 1.0.2, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 28, 2024
1 parent 9a24781 commit 2467a0c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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 = "1.0.1"
public let cartonVersion = "1.0.2"
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": "1.0.1",
"version": "1.0.2",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 2467a0c

Please sign in to comment.