Skip to content

Commit

Permalink
chore: release 0.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and LamaEats committed Dec 12, 2024
1 parent 30c9599 commit 0d87f86
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .release_bot/body
Original file line number Diff line number Diff line change
Expand Up @@ -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))

7 changes: 7 additions & 0 deletions .release_notes/0.77.0.md
Original file line number Diff line number Diff line change
@@ -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))

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 0d87f86

Please sign in to comment.