Skip to content

Commit b0a4ae7

Browse files
Bump version to 1.0.1, update CHANGELOG.md
1 parent 8b95676 commit b0a4ae7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.1 (10 Mar 2024)
2+
3+
This release fixes several issues in version 1.0.0:
4+
5+
- `carton bundle` command didn't use proper reactor ABI, which caused a crash when running the output bundle.
6+
- `carton bundle` command didn't bundle resources from dependencies when applying `wasm-opt` optimizations.
7+
18
# 1.0.0 (9 Mar 2024)
29

310
**Breaking changes:**

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.0"
15+
public let cartonVersion = "1.0.1"

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.0",
3+
"version": "1.0.1",
44
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)