diff --git a/.release_notes/1.16.5.md b/.release_notes/1.16.5.md new file mode 100644 index 000000000..28e9c9d06 --- /dev/null +++ b/.release_notes/1.16.5.md @@ -0,0 +1,8 @@ +## [1.16.5](https://github.com/taskany-inc/issues/compare/v1.16.4...v1.16.5) (2023-07-14) + + +### Bug Fixes + +* **GoalCriteria:** remake title input for form ([69ee5df](https://github.com/taskany-inc/issues/commit/69ee5dfdfa56698049f057a93928c7242816567b)) +* **GoalSuggest:** search query params ([3a959cf](https://github.com/taskany-inc/issues/commit/3a959cf8a61713b5d35586783e738d490d770053)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index ee76ba477..41b176ca9 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. +## [1.16.5](https://github.com/taskany-inc/issues/compare/v1.16.4...v1.16.5) (2023-07-14) + + +### Bug Fixes + +* **GoalCriteria:** remake title input for form ([69ee5df](https://github.com/taskany-inc/issues/commit/69ee5dfdfa56698049f057a93928c7242816567b)) +* **GoalSuggest:** search query params ([3a959cf](https://github.com/taskany-inc/issues/commit/3a959cf8a61713b5d35586783e738d490d770053)) + ## [1.16.4](https://github.com/taskany-inc/issues/compare/v1.16.3...v1.16.4) (2023-07-13) diff --git a/package-lock.json b/package-lock.json index 4cff73661..ca8816bbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.16.4", + "version": "1.16.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.16.4", + "version": "1.16.5", "dependencies": { "@aws-sdk/client-s3": "3.347.1", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index 9643cffcc..8a9899756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.16.4", + "version": "1.16.5", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 709c55fe2..d88103e1f 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.16.4 \ No newline at end of file +1.16.5 \ No newline at end of file