From 1298c3ec7738783d92029671399c19cecd4024cd Mon Sep 17 00:00:00 2001 From: haotianlong Date: Fri, 16 Aug 2024 17:18:20 +0800 Subject: [PATCH] chore(release): 1.9.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460be7b..7d53466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.9.2](https://github.com/Cubelrti/sm-crypto-v2/compare/v1.9.1...v1.9.2) (2024-08-16) + + +### Bug Fixes + +* **sm4:** string type return ([406fa5a](https://github.com/Cubelrti/sm-crypto-v2/commit/406fa5a848015e3a02339f109f60ec1e8ec3fe8b)) + ### [1.9.1](https://github.com/Cubelrti/sm-crypto-v2/compare/v1.9.0...v1.9.1) (2024-07-09) diff --git a/package.json b/package.json index 39b6819..37b22bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sm-crypto-v2", - "version": "1.9.1", + "version": "1.9.2", "description": "sm-crypto-v2", "main": "dist/index.js", "module": "dist/index.mjs",