From c47904a0ef64acde1d936373af7a9ae14ce94a95 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 6 Feb 2025 13:49:08 +0000 Subject: [PATCH] chore: release 2.67.2 --- .release_notes/2.67.2.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.67.2.md diff --git a/.release_notes/2.67.2.md b/.release_notes/2.67.2.md new file mode 100644 index 000000000..f938f44f9 --- /dev/null +++ b/.release_notes/2.67.2.md @@ -0,0 +1,8 @@ +## [2.67.2](https://github.com/taskany-inc/issues/compare/v2.67.1...v2.67.2) (2025-02-06) + + +### Bug Fixes + +* **Footer:** update footer ([5a04a33](https://github.com/taskany-inc/issues/commit/5a04a3322b2411fe93b6a648a33a3bf73827abf3)) +* **INTERNAL-1616:** fix file uploads in comments ([f2c028e](https://github.com/taskany-inc/issues/commit/f2c028e1b63b3afbd866d848507f18ffdaf12aa8)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5fca991..1f5172b73 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.67.2](https://github.com/taskany-inc/issues/compare/v2.67.1...v2.67.2) (2025-02-06) + + +### Bug Fixes + +* **Footer:** update footer ([5a04a33](https://github.com/taskany-inc/issues/commit/5a04a3322b2411fe93b6a648a33a3bf73827abf3)) +* **INTERNAL-1616:** fix file uploads in comments ([f2c028e](https://github.com/taskany-inc/issues/commit/f2c028e1b63b3afbd866d848507f18ffdaf12aa8)) + ## [2.67.1](https://github.com/taskany-inc/issues/compare/v2.67.0...v2.67.1) (2025-01-31) diff --git a/package-lock.json b/package-lock.json index 1478f5e5f..75c37f85e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.67.1", + "version": "2.67.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.67.1", + "version": "2.67.2", "dependencies": { "@aws-sdk/client-s3": "3.675.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index af6e757f5..2c304051b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.67.1", + "version": "2.67.2", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index e3b14dd8c..d44ecd14b 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.67.1 \ No newline at end of file +2.67.2 \ No newline at end of file