From 4dd1e1c2372b5709e01abf15cf49c0a94209f49c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Mar 2024 23:11:20 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/eutiveumsonho/chiron/compare/v1.8.0...v1.9.0) (2024-03-03) ### Features * display review instruction during review ([1ac586c](https://github.com/eutiveumsonho/chiron/commit/1ac586cf1db4b7dbb27ace7bf48e32f88db0c7ea)) * review instructions ([1b4ed68](https://github.com/eutiveumsonho/chiron/commit/1b4ed681547cd4ce5b6a259f463fbef204cc81c4)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c433fb5..ee4e760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.9.0](https://github.com/eutiveumsonho/chiron/compare/v1.8.0...v1.9.0) (2024-03-03) + + +### Features + +* display review instruction during review ([1ac586c](https://github.com/eutiveumsonho/chiron/commit/1ac586cf1db4b7dbb27ace7bf48e32f88db0c7ea)) +* review instructions ([1b4ed68](https://github.com/eutiveumsonho/chiron/commit/1b4ed681547cd4ce5b6a259f463fbef204cc81c4)) + # [1.8.0](https://github.com/eutiveumsonho/chiron/compare/v1.7.0...v1.8.0) (2024-02-17) diff --git a/package.json b/package.json index 52709ba..9dfc147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chiron", - "version": "1.8.0", + "version": "1.9.0", "private": true, "scripts": { "dev": "concurrently -p [{name}] -n chiron,test-server -c bgMagenta,bgMagenta \"next dev\" \"wait-on tcp:3000 && bun run test\"",