Skip to content

Commit

Permalink
chore: release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and 9teen90nine committed Oct 9, 2023
1 parent a8f7011 commit 38886bc
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .release_notes/0.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [0.12.0](https://github.com/taskany-inc/crew/compare/v0.11.0...v0.12.0) (2023-10-09)


### Features

* **access control:** add global admins, restrict user editing ([21292db](https://github.com/taskany-inc/crew/commit/21292dbae7152739df49442a911cca9b8df7e170))
* bonus points history and form ([89055b5](https://github.com/taskany-inc/crew/commit/89055b5680a3fa029317da21ef3eee371fd79b6c))
* bonus points history popup ([0fcd0bb](https://github.com/taskany-inc/crew/commit/0fcd0bb60b0e3ec3549f2ad4e78ef75cd4a0036a))
* **bonus points:** show in user page ([5b0ec50](https://github.com/taskany-inc/crew/commit/5b0ec50064299c90ee3194a4b964e6f9a7cd34d6))
* redirect to my profile from root ([ee83b92](https://github.com/taskany-inc/crew/commit/ee83b92af91181fc97ed4dec06782ef66aadc8a7))


### Bug Fixes

* profile links should open pop-ups ([221076e](https://github.com/taskany-inc/crew/commit/221076e82b45caf6aaae38fcfce515752b364a35))

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.12.0](https://github.com/taskany-inc/crew/compare/v0.11.0...v0.12.0) (2023-10-09)


### Features

* **access control:** add global admins, restrict user editing ([21292db](https://github.com/taskany-inc/crew/commit/21292dbae7152739df49442a911cca9b8df7e170))
* bonus points history and form ([89055b5](https://github.com/taskany-inc/crew/commit/89055b5680a3fa029317da21ef3eee371fd79b6c))
* bonus points history popup ([0fcd0bb](https://github.com/taskany-inc/crew/commit/0fcd0bb60b0e3ec3549f2ad4e78ef75cd4a0036a))
* **bonus points:** show in user page ([5b0ec50](https://github.com/taskany-inc/crew/commit/5b0ec50064299c90ee3194a4b964e6f9a7cd34d6))
* redirect to my profile from root ([ee83b92](https://github.com/taskany-inc/crew/commit/ee83b92af91181fc97ed4dec06782ef66aadc8a7))


### Bug Fixes

* profile links should open pop-ups ([221076e](https://github.com/taskany-inc/crew/commit/221076e82b45caf6aaae38fcfce515752b364a35))

## [0.11.0](https://github.com/taskany-inc/crew/compare/v0.10.0...v0.11.0) (2023-09-27)


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.11.0",
"version": "0.12.0",
"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.11.0
0.12.0

0 comments on commit 38886bc

Please sign in to comment.