From c6395eac1ae5f34b96246615fd953a186458f9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=8C=82=E5=B3=B0?= Date: Mon, 30 Aug 2021 16:44:12 +0800 Subject: [PATCH] 0.2.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db883b6..01a33bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.6](https://github.com/limaofeng/sunmao/compare/v0.2.5...v0.2.6) (2021-08-30) + + + ## [0.2.5](https://github.com/limaofeng/sunmao/compare/v0.2.4...v0.2.5) (2021-08-27) diff --git a/package.json b/package.json index dd6f82a..f9823a6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.5", + "version": "0.2.6", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",