Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2024-03-03)

### Features

* display review instruction during review ([1ac586c](1ac586c))
* review instructions ([1b4ed68](1b4ed68))
  • Loading branch information
semantic-release-bot committed Mar 3, 2024
1 parent 1ac586c commit 4dd1e1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down

0 comments on commit 4dd1e1c

Please sign in to comment.