From b630f06455635a4fd67b5633c5ee1f2faa4574f2 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Tue, 26 Dec 2023 13:16:24 +0000 Subject: [PATCH] chore: release 0.24.1 --- .release_notes/0.24.1.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/0.24.1.md diff --git a/.release_notes/0.24.1.md b/.release_notes/0.24.1.md new file mode 100644 index 00000000..bcc2adb5 --- /dev/null +++ b/.release_notes/0.24.1.md @@ -0,0 +1,7 @@ +## [0.24.1](https://github.com/taskany-inc/crew/compare/v0.24.0...v0.24.1) (2023-12-26) + + +### Bug Fixes + +* **UserContacts:** correct key for service list ([2838f1d](https://github.com/taskany-inc/crew/commit/2838f1dc3535e1ae8c89fe72da4b2a942288d116)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d38785..2802babb 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. +## [0.24.1](https://github.com/taskany-inc/crew/compare/v0.24.0...v0.24.1) (2023-12-26) + + +### Bug Fixes + +* **UserContacts:** correct key for service list ([2838f1d](https://github.com/taskany-inc/crew/commit/2838f1dc3535e1ae8c89fe72da4b2a942288d116)) + ## [0.24.0](https://github.com/taskany-inc/crew/compare/v0.23.0...v0.24.0) (2023-12-21) diff --git a/package-lock.json b/package-lock.json index 23ac0dd9..ea84b905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/crew", - "version": "0.24.0", + "version": "0.24.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/crew", - "version": "0.24.0", + "version": "0.24.1", "dependencies": { "@hookform/resolvers": "3.3.2", "@next-auth/prisma-adapter": "1.0.7", diff --git a/package.json b/package.json index bab3539c..d61fd3ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/crew", - "version": "0.24.0", + "version": "0.24.1", "private": true, "scripts": { "dev": "next dev", diff --git a/version b/version index 286d5b09..1fee9477 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.24.0 \ No newline at end of file +0.24.1 \ No newline at end of file