From ccf8fa99aecfe2c99461115d18c260425b9c7f03 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 5 Aug 2024 17:29:50 +0000 Subject: [PATCH] chore: release 2.49.0 --- .release_notes/2.49.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.49.0.md diff --git a/.release_notes/2.49.0.md b/.release_notes/2.49.0.md new file mode 100644 index 000000000..be21a9c46 --- /dev/null +++ b/.release_notes/2.49.0.md @@ -0,0 +1,7 @@ +## [2.49.0](https://github.com/taskany-inc/issues/compare/v2.48.0...v2.49.0) (2024-08-05) + + +### Features + +* kanban mode ([ea8cd07](https://github.com/taskany-inc/issues/commit/ea8cd07d03fe2a6604cd88b87b3d47d1ae1c8199)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e67ed44d..b96e49c47 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.49.0](https://github.com/taskany-inc/issues/compare/v2.48.0...v2.49.0) (2024-08-05) + + +### Features + +* kanban mode ([ea8cd07](https://github.com/taskany-inc/issues/commit/ea8cd07d03fe2a6604cd88b87b3d47d1ae1c8199)) + ## [2.48.0](https://github.com/taskany-inc/issues/compare/v2.47.2...v2.48.0) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index 037b0d998..f73e69355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.48.0", + "version": "2.49.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.48.0", + "version": "2.49.0", "dependencies": { "@aws-sdk/client-s3": "3.621.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index d803e4ad1..20434cd27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.48.0", + "version": "2.49.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 9e654e343..cb43a442c 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.48.0 \ No newline at end of file +2.49.0 \ No newline at end of file