From ae980de00f0c4b81858141917a9f3d9c9632b50f Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 13 Jun 2024 14:31:18 +0000 Subject: [PATCH] chore: release 2.42.0 --- .release_notes/2.42.0.md | 8 ++++++++ CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .release_notes/2.42.0.md diff --git a/.release_notes/2.42.0.md b/.release_notes/2.42.0.md new file mode 100644 index 000000000..f337fdea0 --- /dev/null +++ b/.release_notes/2.42.0.md @@ -0,0 +1,8 @@ +## [2.42.0](https://github.com/taskany-inc/issues/compare/v2.41.0...v2.42.0) (2024-06-13) + + +### Features + +* **Emails:** append link to user settings ([3e4348f](https://github.com/taskany-inc/issues/commit/3e4348fd84e09a5575992a3558e838d06754f5d4)) +* **Settings:** email notify control ([8038890](https://github.com/taskany-inc/issues/commit/8038890e11af16e7459fd3b5b955215acf7e791d)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 190e58f11..8b5d22298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [2.42.0](https://github.com/taskany-inc/issues/compare/v2.41.0...v2.42.0) (2024-06-13) + + +### Features + +* **Emails:** append link to user settings ([3e4348f](https://github.com/taskany-inc/issues/commit/3e4348fd84e09a5575992a3558e838d06754f5d4)) +* **Settings:** email notify control ([8038890](https://github.com/taskany-inc/issues/commit/8038890e11af16e7459fd3b5b955215acf7e791d)) + ## [2.41.0](https://github.com/taskany-inc/issues/compare/v2.40.0...v2.41.0) (2024-06-06) diff --git a/package-lock.json b/package-lock.json index f15859d0a..d2fc4dcfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.41.0", + "version": "2.42.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.41.0", + "version": "2.42.0", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 36a2da3b3..654e9e2b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.41.0", + "version": "2.42.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 257770671..9e65258aa 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.41.0 \ No newline at end of file +2.42.0 \ No newline at end of file