From 88842442b99486fe5fb40d696dbea761e64a25d5 Mon Sep 17 00:00:00 2001 From: renxia Date: Tue, 3 May 2022 15:32:50 +0800 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee59851..8685077 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.3.0](https://github.com/lzwme/asmd-calc/compare/v1.1.5...v1.3.0) (2022-05-03) + + +### Features + +* 重构部分逻辑实现,改善执行性能,并增加 benchmark 基准测试 ([c6c5918](https://github.com/lzwme/asmd-calc/commit/c6c591872c34b739616f55ccdbf08f169008c886)) + ## [1.2.0](https://github.com/lzwme/asmd-calc/compare/v1.1.5...v1.2.0) (2022-03-09) diff --git a/package.json b/package.json index 44909e0..0852691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/asmd-calc", - "version": "1.2.0", + "version": "1.3.0", "description": "支持浮点数精度的加减乘除四则运算 JS 库。", "main": "build/main/index.js", "browser": "build/main/index.js",