Skip to content

Commit 0215683

Browse files
taskany-sheepnyet-ty
authored andcommitted
chore: release 2.46.0
1 parent 1213d12 commit 0215683

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

.release_notes/2.46.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [2.46.0](https://github.com/taskany-inc/issues/compare/v2.45.0...v2.46.0) (2024-07-04)
2+
3+
4+
### Features
5+
6+
* support email notification ([4fde81d](https://github.com/taskany-inc/issues/commit/4fde81dfbee2e6b8a55ed7ff8ce64e9e43873930))
7+
8+
9+
### Bug Fixes
10+
11+
* visible error on trying send empty comment ([1213d12](https://github.com/taskany-inc/issues/commit/1213d126fba29e61ea03082cc12d8969e512d498))
12+

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [2.46.0](https://github.com/taskany-inc/issues/compare/v2.45.0...v2.46.0) (2024-07-04)
6+
7+
8+
### Features
9+
10+
* support email notification ([4fde81d](https://github.com/taskany-inc/issues/commit/4fde81dfbee2e6b8a55ed7ff8ce64e9e43873930))
11+
12+
13+
### Bug Fixes
14+
15+
* visible error on trying send empty comment ([1213d12](https://github.com/taskany-inc/issues/commit/1213d126fba29e61ea03082cc12d8969e512d498))
16+
517
## [2.45.0](https://github.com/taskany-inc/issues/compare/v2.44.1...v2.45.0) (2024-07-01)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taskany/issues",
3-
"version": "2.45.0",
3+
"version": "2.46.0",
44
"private": true,
55
"scripts": {
66
"prepare": "husky install",

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.45.0
1+
2.46.0

0 commit comments

Comments
 (0)