Skip to content

Commit

Permalink
chore: release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and LamaEats committed Nov 23, 2023
1 parent 7dc9445 commit ea3bd20
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .release_notes/0.20.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [0.20.1](https://github.com/taskany-inc/crew/compare/v0.20.0...v0.20.1) (2023-11-23)


### Bug Fixes

* **UserServiceListItem:** service links don't work ([7dc9445](https://github.com/taskany-inc/crew/commit/7dc94458cd208ae924d695b7f097088819b50e25))

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1](https://github.com/taskany-inc/crew/compare/v0.20.0...v0.20.1) (2023-11-23)


### Bug Fixes

* **UserServiceListItem:** service links don't work ([7dc9445](https://github.com/taskany-inc/crew/commit/7dc94458cd208ae924d695b7f097088819b50e25))

## [0.20.0](https://github.com/taskany-inc/crew/compare/v0.19.0...v0.20.0) (2023-11-20)


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.20.0",
"version": "0.20.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.0
0.20.1

0 comments on commit ea3bd20

Please sign in to comment.