Skip to content

Commit

Permalink
chore(release): v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 4, 2024
1 parent 4e2ae1a commit 35ce726
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.3.3

[compare changes](https://github.com/unjs/unwasm/compare/v0.3.2...v0.3.3)

### 🚀 Enhancements

- Automatically provide imports object using import map ([#11](https://github.com/unjs/unwasm/pull/11))

### 🏡 Chore

- Refactor tests ([e923340](https://github.com/unjs/unwasm/commit/e923340))
- Apply automated fixes ([b06f6f3](https://github.com/unjs/unwasm/commit/b06f6f3))

### ✅ Tests

- Fix windows ([6a930fa](https://github.com/unjs/unwasm/commit/6a930fa))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Pooya ([@pi0](http://github.com/pi0))

## v0.3.2

[compare changes](https://github.com/unjs/unwasm/compare/v0.3.1...v0.3.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unwasm",
"version": "0.3.2",
"version": "0.3.3",
"description": "WebAssembly tools for JavaScript",
"repository": "unjs/unwasm",
"license": "MIT",
Expand Down Expand Up @@ -73,4 +73,4 @@
"vitest": "^1.1.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 35ce726

Please sign in to comment.