Skip to content

Commit 2467a0c

Browse files
Bump version to 1.0.2, update CHANGELOG.md
1 parent 9a24781 commit 2467a0c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.2 (28 Mar 2024)
2+
3+
This release fixes several issues:
4+
5+
* Restore MIME types in `dev` server to fix loading of CSS and image files.
6+
* Fixed browser test runner to work with large number of test suites with Chrome.
7+
* Fixed permission issue when running `swift run carton bundle`
8+
9+
110
# 1.0.1 (10 Mar 2024)
211

312
This release fixes several issues in version 1.0.0:

Sources/CartonHelpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
public let cartonVersion = "1.0.1"
15+
public let cartonVersion = "1.0.2"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carton",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)