From f9231c63cbe1140ce77a29e06a433961709b1e94 Mon Sep 17 00:00:00 2001 From: Yehor Brodskiy Date: Tue, 29 Oct 2024 16:54:23 +0200 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 5 +++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c63c7..1e58d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9b7555a..4a0e337 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-wasmpack-loader", - "version": "3.0.2", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-wasmpack-loader", - "version": "3.0.2", + "version": "3.1.0", "license": "MIT", "dependencies": { "json2toml": "^6.1.1", diff --git a/package.json b/package.json index 4eac7cf..7a82485 100644 --- a/package.json +++ b/package.json @@ -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",