From cc781d976769898ab3df0dec89acb523f8c45aad Mon Sep 17 00:00:00 2001 From: haotianlong Date: Mon, 17 Jul 2023 11:00:57 +0800 Subject: [PATCH] chore(release): 1.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fc95f..4d140ea 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.7.0](https://github.com/Cubelrti/sm-crypto-v2/compare/v1.6.0...v1.7.0) (2023-07-17) + + +### Features + +* **sm2:** support precompute sm2 point ([ae347bf](https://github.com/Cubelrti/sm-crypto-v2/commit/ae347bfff6c306318276a31f5958290ac7f07b9c)) + ## [1.6.0](https://github.com/Cubelrti/sm-crypto-v2/compare/v1.5.1...v1.6.0) (2023-07-11) diff --git a/package.json b/package.json index 4986173..8b4451f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sm-crypto-v2", - "version": "1.6.0", + "version": "1.7.0", "description": "sm-crypto-v2", "main": "dist/index.js", "module": "dist/index.mjs",