Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 28, 2023
1 parent 2d80fdc commit d6c45d6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog


## v0.3.0

[compare changes](https://github.com/unjs/unwasm/compare/v0.2.0...v0.3.0)

### 🚀 Enhancements

- ⚠️ Parse wasm modules ([a7d1783](https://github.com/unjs/unwasm/commit/a7d1783))

### 📦 Build

- **plugin:** Expose both named and default exports ([4548ebf](https://github.com/unjs/unwasm/commit/4548ebf))

### 🏡 Chore

- Update readme ([bbf5e45](https://github.com/unjs/unwasm/commit/bbf5e45))
- Update docs ([2d80fdc](https://github.com/unjs/unwasm/commit/2d80fdc))

#### ⚠️ Breaking Changes

- ⚠️ Parse wasm modules ([a7d1783](https://github.com/unjs/unwasm/commit/a7d1783))

### ❤️ Contributors

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

## v0.2.0

[compare changes](https://github.com/unjs/unwasm/compare/v0.1.0...v0.2.0)
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.2.0",
"version": "0.3.0",
"description": "WebAssembly tools for JavaScript",
"repository": "unjs/unwasm",
"license": "MIT",
Expand Down Expand Up @@ -58,4 +58,4 @@
"vitest": "^1.1.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit d6c45d6

Please sign in to comment.