Skip to content

Commit 42db2b6

Browse files
committed
chore(release): 0.1.5
1 parent 4343625 commit 42db2b6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.1.5](https://github.com/akitaSummer/gm-crypto-wasm/compare/v0.1.4...v0.1.5) (2023-10-26)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* add ci rust update ([fe77df7](https://github.com/akitaSummer/gm-crypto-wasm/commit/fe77df7a3a0dfd121f799df247a6fb7df520b111))
11+
* fix ci/cd ([2ac28e6](https://github.com/akitaSummer/gm-crypto-wasm/commit/2ac28e6ee0ffb91550e72b0176cd4671d208b0fd))
12+
13+
14+
### ✨ Features
15+
16+
* optimize wasm size ([4343625](https://github.com/akitaSummer/gm-crypto-wasm/commit/434362584ce7e4d760ec6b6f6e3624eb32bdedd1))
17+
518
### [0.1.4](https://github.com/akitaSummer/gm-crypto-wasm/compare/v0.1.3...v0.1.4) (2023-10-26)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gm-crypto-wasm",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "An implementation of GM/T industry standards of wasm version",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)