From 46fa01fb07a4913b3915f3203d2c2b6649f04d23 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 23:16:02 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/eutiveumsonho/chiron/compare/v1.7.0...v1.8.0) (2024-02-17) ### Features * notify owners by email on new completions ([14e6615](https://github.com/eutiveumsonho/chiron/commit/14e6615d3e97e9886286848723a0187484214480)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fa6aa..c433fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/eutiveumsonho/chiron/compare/v1.7.0...v1.8.0) (2024-02-17) + + +### Features + +* notify owners by email on new completions ([14e6615](https://github.com/eutiveumsonho/chiron/commit/14e6615d3e97e9886286848723a0187484214480)) + # [1.7.0](https://github.com/eutiveumsonho/chiron/compare/v1.6.0...v1.7.0) (2023-12-18) diff --git a/package.json b/package.json index f69bda7..52709ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chiron", - "version": "1.7.0", + "version": "1.8.0", "private": true, "scripts": { "dev": "concurrently -p [{name}] -n chiron,test-server -c bgMagenta,bgMagenta \"next dev\" \"wait-on tcp:3000 && bun run test\"",