Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeskiy committed Oct 29, 2024
1 parent 75b287e commit f9231c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [3.1.0](https://github.com/yeskiy/rustwasm-loader/compare/v3.0.2...v3.1.0) (2024-10-29)


### Features

* **loader:** add Bun support and update dependencies ([75b287e](https://github.com/yeskiy/rustwasm-loader/commit/75b287e7d70cbd3c5e85b2840e3b30c7f926adea))

### [3.0.2](https://github.com/yeskiy/rustwasm-loader/compare/v3.0.1...v3.0.2) (2024-01-31)

Expand Down
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "rust-wasmpack-loader",
"version": "3.0.2",
"version": "3.1.0",
"description": "wasm Webpack loader for .rs (Rust) resources. Boost your Webpack-powered projects with native WebAssembly support using the 'rust-wasmpack-loader'. This powerful loader enables seamless integration of Rust resources, unlocking high-performance capabilities for your web applications.",
"main": "./src/index.js",
"scripts": {
"release": "npx commit-and-tag-version"
"release": "npx commit-and-tag-version",
"release:push": "npx commit-and-tag-version --push"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f9231c6

Please sign in to comment.