Skip to content

Commit

Permalink
Bump version to 0.15.1, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed May 23, 2022
1 parent b5680cb commit 4314a92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 0.15.1 (23 May 2022)

This release fixes an issue when temporary symlinks weren't cleaned up after running `carton test --environment node`.

**Merged pull requests:**

- Fix symlinks not fully cleaned up in Node.js tests ([#349](https://github.com/swiftwasm/carton/pull/349)) via [@MaxDesiatov](https://github.com/MaxDesiatov)

# 0.15.0 (20 May 2022)

This release of `carton` includes enhancements and bugfixes. Namely:
Expand Down
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/Version.swift
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

public let cartonVersion = "0.15.0"
public let cartonVersion = "0.15.1"
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
@@ -1,6 +1,6 @@
{
"name": "carton",
"version": "0.15.0",
"version": "0.15.1",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 4314a92

Please sign in to comment.