diff --git a/.release_notes/0.98.0.md b/.release_notes/0.98.0.md new file mode 100644 index 00000000..6e6e2ec5 --- /dev/null +++ b/.release_notes/0.98.0.md @@ -0,0 +1,7 @@ +## [0.98.0](https://github.com/taskany-inc/crew/compare/v0.97.0...v0.98.0) (2024-12-09) + + +### Features + +* **SearchinProfolesManagment:** add search by name ([7258426](https://github.com/taskany-inc/crew/commit/7258426bc1dc0aa39d01e866562e098d27307138)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index c786cd52..7b875dd2 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.98.0](https://github.com/taskany-inc/crew/compare/v0.97.0...v0.98.0) (2024-12-09) + + +### Features + +* **SearchinProfolesManagment:** add search by name ([7258426](https://github.com/taskany-inc/crew/commit/7258426bc1dc0aa39d01e866562e098d27307138)) + ## [0.97.0](https://github.com/taskany-inc/crew/compare/v0.96.1...v0.97.0) (2024-12-05) diff --git a/package-lock.json b/package-lock.json index 475d0ae5..42e8559e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/crew", - "version": "0.97.0", + "version": "0.98.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/crew", - "version": "0.97.0", + "version": "0.98.0", "dependencies": { "@aws-sdk/client-s3": "3.451.0", "@hookform/resolvers": "3.4.2", diff --git a/package.json b/package.json index a53b7105..456b4e14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/crew", - "version": "0.97.0", + "version": "0.98.0", "private": true, "scripts": { "dev": "npm run build:css && concurrently -k \"npm run dev:worker\" \"next dev\"", diff --git a/version b/version index 212a6139..280cb16a 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.97.0 \ No newline at end of file +0.98.0 \ No newline at end of file