diff --git a/.release_notes/0.102.0.md b/.release_notes/0.102.0.md new file mode 100644 index 00000000..0d413013 --- /dev/null +++ b/.release_notes/0.102.0.md @@ -0,0 +1,13 @@ +## [0.102.0](https://github.com/taskany-inc/crew/compare/v0.101.0...v0.102.0) (2024-12-18) + + +### Features + +* **UserCreationRequestMethods:** unitId null in user profile ([f4b310f](https://github.com/taskany-inc/crew/commit/f4b310f8ee2c0e237303fd8a914ad99afa5f56b1)) + + +### Bug Fixes + +* **INTERNAL-1398:** fix date clear in user creation requests ([94684a6](https://github.com/taskany-inc/crew/commit/94684a6580d18d7413c6c6bd0f848ab883fec455)) +* **INTERNAL-1451:** save devices and testing devices in logs ([5768b20](https://github.com/taskany-inc/crew/commit/5768b20bf31379f2abc1620da8e225dfc151c29f)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index e06d2b6b..f43b36df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.102.0](https://github.com/taskany-inc/crew/compare/v0.101.0...v0.102.0) (2024-12-18) + + +### Features + +* **UserCreationRequestMethods:** unitId null in user profile ([f4b310f](https://github.com/taskany-inc/crew/commit/f4b310f8ee2c0e237303fd8a914ad99afa5f56b1)) + + +### Bug Fixes + +* **INTERNAL-1398:** fix date clear in user creation requests ([94684a6](https://github.com/taskany-inc/crew/commit/94684a6580d18d7413c6c6bd0f848ab883fec455)) +* **INTERNAL-1451:** save devices and testing devices in logs ([5768b20](https://github.com/taskany-inc/crew/commit/5768b20bf31379f2abc1620da8e225dfc151c29f)) + ## [0.101.0](https://github.com/taskany-inc/crew/compare/v0.100.0...v0.101.0) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index b5527f75..19a9a5a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/crew", - "version": "0.101.0", + "version": "0.102.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/crew", - "version": "0.101.0", + "version": "0.102.0", "dependencies": { "@aws-sdk/client-s3": "3.451.0", "@hookform/resolvers": "3.4.2", diff --git a/package.json b/package.json index 4271914c..005fa74a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/crew", - "version": "0.101.0", + "version": "0.102.0", "private": true, "scripts": { "dev": "npm run build:css && concurrently -k \"npm run dev:worker\" \"next dev\"", diff --git a/version b/version index a11ac1c3..fe3368b7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.101.0 \ No newline at end of file +0.102.0 \ No newline at end of file