Skip to content

Commit

Permalink
chore: release 0.77.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and 9teen90nine committed Sep 12, 2024
1 parent 7505f2e commit dcfa55f
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.77.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [0.77.3](https://github.com/taskany-inc/crew/compare/v0.77.2...v0.77.3) (2024-09-12)


### Bug Fixes

* enabled flag for external user service ([7505f2e](https://github.com/taskany-inc/crew/commit/7505f2e228bd251c84094603645871aa548534bd))

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.77.3](https://github.com/taskany-inc/crew/compare/v0.77.2...v0.77.3) (2024-09-12)


### Bug Fixes

* enabled flag for external user service ([7505f2e](https://github.com/taskany-inc/crew/commit/7505f2e228bd251c84094603645871aa548534bd))

## [0.77.2](https://github.com/taskany-inc/crew/compare/v0.77.1...v0.77.2) (2024-09-03)


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.77.2",
"version": "0.77.3",
"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.77.2
0.77.3

0 comments on commit dcfa55f

Please sign in to comment.