From 0d87f866453b71bfbaf91d00904b51f7a9e55c41 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 12 Dec 2024 11:09:50 +0000 Subject: [PATCH] chore: release 0.77.0 --- .release_bot/body | 9 ++------- .release_notes/0.77.0.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 6 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 .release_notes/0.77.0.md diff --git a/.release_bot/body b/.release_bot/body index 63b99f16..bb9fd0b5 100644 --- a/.release_bot/body +++ b/.release_bot/body @@ -2,15 +2,10 @@ Release type: __minor__. There are 0 BREAKING CHANGES and 1 features. -## [0.76.0](https://github.com/taskany-inc/hire/compare/v0.75.0...v0.76.0) (2024-11-21) +## [0.77.0](https://github.com/taskany-inc/hire/compare/v0.76.0...v0.77.0) (2024-12-12) ### Features -* flag for mailer ([dbe7895](https://github.com/taskany-inc/hire/commit/dbe7895660760ed544b8fe4d00d0502ce6b6cee2)) - - -### Bug Fixes - -* **INTERNAL-1373:** fix cv attaching to interview ([5395953](https://github.com/taskany-inc/hire/commit/5395953edaec4cae37f5ccae8f443b94416ab1b6)) +* **INTERNAL-1370:** finish interview on reject ([30c9599](https://github.com/taskany-inc/hire/commit/30c95995c82268810bbf4fc4b07e0434e18f5666)) diff --git a/.release_notes/0.77.0.md b/.release_notes/0.77.0.md new file mode 100644 index 00000000..f808cec0 --- /dev/null +++ b/.release_notes/0.77.0.md @@ -0,0 +1,7 @@ +## [0.77.0](https://github.com/taskany-inc/hire/compare/v0.76.0...v0.77.0) (2024-12-12) + + +### Features + +* **INTERNAL-1370:** finish interview on reject ([30c9599](https://github.com/taskany-inc/hire/commit/30c95995c82268810bbf4fc4b07e0434e18f5666)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index cec4cd07..f8b27ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. +## [0.77.0](https://github.com/taskany-inc/hire/compare/v0.76.0...v0.77.0) (2024-12-12) + + +### Features + +* **INTERNAL-1370:** finish interview on reject ([30c9599](https://github.com/taskany-inc/hire/commit/30c95995c82268810bbf4fc4b07e0434e18f5666)) + ## [0.76.0](https://github.com/taskany-inc/hire/compare/v0.75.0...v0.76.0) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index 05d9e608..8c61689d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/hire", - "version": "0.76.0", + "version": "0.77.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/hire", - "version": "0.76.0", + "version": "0.77.0", "dependencies": { "@aws-sdk/client-s3": "3.451.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 219dca8a..a582664b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/hire", - "version": "0.76.0", + "version": "0.77.0", "private": true, "scripts": { "dev": "npm run build:css && next dev", diff --git a/version b/version index e218073d..47eff19f 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.76.0 \ No newline at end of file +0.77.0 \ No newline at end of file