From 984538096509d5cebad4f1867e756acfff037340 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Feb 2022 00:06:35 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/neet/next-composition/compare/v1.0.0...v1.0.1) (2022-02-06) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5deda..02a6bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.1](https://github.com/neet/next-composition/compare/v1.0.0...v1.0.1) (2022-02-06) + # 1.0.0 (2021-11-01) diff --git a/package.json b/package.json index 3f5420e..640da83 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "test:eslint": "eslint -c .eslintrc.json ./src/**/*.ts", "build": "rollup -c rollup.config.js" }, - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs",