Skip to content

Commit

Permalink
chore: release 0.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and nyet-ty committed Dec 18, 2024
1 parent 94684a6 commit 9cbd807
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .release_notes/0.102.0.md
Original file line number Diff line number Diff line change
@@ -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))

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.101.0
0.102.0

0 comments on commit 9cbd807

Please sign in to comment.