From 98235489b4337540fcaeb02fac978fd0b5029819 Mon Sep 17 00:00:00 2001 From: mikixing Date: Sun, 27 Mar 2022 12:43:05 +0800 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d5a08..808a5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.1.2](https://gitee.com/mikixing/crk/compare/v0.1.1...v0.1.2) (2022-03-27) + ### 0.1.1 (2022-03-06) diff --git a/package.json b/package.json index 0dd2032..302b6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mikixing/crk", - "version": "0.1.1", + "version": "0.1.2", "description": "canvas rendering kit", "main": "dist/crk.umd.js", "module": "dist/crk.esm.js",