Skip to content

Commit

Permalink
chore: release 0.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and tsumo committed Dec 5, 2024
1 parent 4399171 commit 5df01ff
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.97.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [0.97.0](https://github.com/taskany-inc/crew/compare/v0.96.1...v0.97.0) (2024-12-05)


### Features

* decree logs ([812cd10](https://github.com/taskany-inc/crew/commit/812cd1056a4c76f5c51e777d5054298a4f9f0f17))
* **INTERNAL-1095:** decree list ([c17d75d](https://github.com/taskany-inc/crew/commit/c17d75d5130bfdfd2b6c591e09b27d7c30eda93e))
* store org group id in app config table ([4399171](https://github.com/taskany-inc/crew/commit/4399171551aee4369f5ac17c866e1cc9a6141ba2))
* **structure parsing:** source column ([fca6a7b](https://github.com/taskany-inc/crew/commit/fca6a7bee3113bcef854d95abf27a0a5e985d311))
* support Decreee edit/preview ([02cdf0d](https://github.com/taskany-inc/crew/commit/02cdf0d737ccaceb74278382ee0ca9f8cf908767))


### Bug Fixes

* **INTERNAL-1424:** update bricks ([4ef2e9a](https://github.com/taskany-inc/crew/commit/4ef2e9a2453a62b157c010a2d80639abb0b95e1c))

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


### Features

* decree logs ([812cd10](https://github.com/taskany-inc/crew/commit/812cd1056a4c76f5c51e777d5054298a4f9f0f17))
* **INTERNAL-1095:** decree list ([c17d75d](https://github.com/taskany-inc/crew/commit/c17d75d5130bfdfd2b6c591e09b27d7c30eda93e))
* store org group id in app config table ([4399171](https://github.com/taskany-inc/crew/commit/4399171551aee4369f5ac17c866e1cc9a6141ba2))
* **structure parsing:** source column ([fca6a7b](https://github.com/taskany-inc/crew/commit/fca6a7bee3113bcef854d95abf27a0a5e985d311))
* support Decreee edit/preview ([02cdf0d](https://github.com/taskany-inc/crew/commit/02cdf0d737ccaceb74278382ee0ca9f8cf908767))


### Bug Fixes

* **INTERNAL-1424:** update bricks ([4ef2e9a](https://github.com/taskany-inc/crew/commit/4ef2e9a2453a62b157c010a2d80639abb0b95e1c))

## [0.96.1](https://github.com/taskany-inc/crew/compare/v0.96.0...v0.96.1) (2024-12-04)


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.96.1",
"version": "0.97.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.96.1
0.97.0

0 comments on commit 5df01ff

Please sign in to comment.