From bf8aa71caaf36c784bc757414aa20a8d8bcd7975 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Mar 2021 01:51:07 +0000 Subject: [PATCH] chore(release): 1.0.0-canary.9 [skip ci] ## [1.0.0-canary.9](https://github.com/hitechline/reactools/compare/v1.0.0-canary.8...v1.0.0-canary.9) (2021-03-11) ### Features * **build:** rework build system ([b3d4cbd](https://github.com/hitechline/reactools/commit/b3d4cbdbf6105f8d7ef7a68359cdb4341376e74e)) ### Miscellaneous Chores * change semantic release config ([a0754bf](https://github.com/hitechline/reactools/commit/a0754bf4415a4e4deb4c811ca5bf1c2996b5c14c)) --- CHANGELOG.md | 12 ++++++++++++ reactools/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93dbe2f5..b22e3786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.0.0-canary.9](https://github.com/hitechline/reactools/compare/v1.0.0-canary.8...v1.0.0-canary.9) (2021-03-11) + + +### Features + +* **build:** rework build system ([b3d4cbd](https://github.com/hitechline/reactools/commit/b3d4cbdbf6105f8d7ef7a68359cdb4341376e74e)) + + +### Miscellaneous Chores + +* change semantic release config ([a0754bf](https://github.com/hitechline/reactools/commit/a0754bf4415a4e4deb4c811ca5bf1c2996b5c14c)) + ## [1.0.0-canary.8](https://github.com/hitechline/react/compare/v1.0.0-canary.7...v1.0.0-canary.8) (2021-03-10) diff --git a/reactools/package.json b/reactools/package.json index a15b39db..547b40c2 100644 --- a/reactools/package.json +++ b/reactools/package.json @@ -1,6 +1,6 @@ { "name": "@hitechline/reactools", - "version": "1.0.0-canary.8", + "version": "1.0.0-canary.9", "license": "MIT", "types": "typings/index.d.ts", "main": "dist/index.cjs.js",