From 3f387272cce117dd0e31ac9971ca2f5678bc7c75 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 17 Oct 2024 11:17:01 +0000 Subject: [PATCH] chore: release 2.60.0 --- .release_notes/2.60.0.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .release_notes/2.60.0.md diff --git a/.release_notes/2.60.0.md b/.release_notes/2.60.0.md new file mode 100644 index 000000000..c8be864c7 --- /dev/null +++ b/.release_notes/2.60.0.md @@ -0,0 +1,7 @@ +## [2.60.0](https://github.com/taskany-inc/issues/compare/v2.59.1...v2.60.0) (2024-10-17) + + +### Features + +* **INTERNAL-1208:** update deps ([e0c1541](https://github.com/taskany-inc/issues/commit/e0c1541e9d9f5518c6e975c5890cda791ae5ee40)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c222f7d..076a48c45 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. +## [2.60.0](https://github.com/taskany-inc/issues/compare/v2.59.1...v2.60.0) (2024-10-17) + + +### Features + +* **INTERNAL-1208:** update deps ([e0c1541](https://github.com/taskany-inc/issues/commit/e0c1541e9d9f5518c6e975c5890cda791ae5ee40)) + ## [2.59.1](https://github.com/taskany-inc/issues/compare/v2.59.0...v2.59.1) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index baf8e5690..3ee68d231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.59.1", + "version": "2.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.59.1", + "version": "2.60.0", "dependencies": { "@aws-sdk/client-s3": "3.621.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 0c4467e72..6987e99dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.59.1", + "version": "2.60.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 1c85b4584..ac0125e35 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.59.1 \ No newline at end of file +2.60.0 \ No newline at end of file