Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and awinogradov committed May 23, 2023
1 parent 4005def commit b92ed8d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .release_notes/1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [1.2.0](https://github.com/taskany-inc/issues/compare/v1.1.0...v1.2.0) (2023-05-23)


### Features

* **Goal:** change project with scope id ([eb81fdd](https://github.com/taskany-inc/issues/commit/eb81fdd7f1477e5a442160d276c0c0ef2bf67088))
* **Goal:** create id in project scope ([2825ded](https://github.com/taskany-inc/issues/commit/2825ded06c301a2b5f2d2c6632e4982c4c21c13c))


### Bug Fixes

* **FiltersPanelApplied:** incorrect space position ([57c5658](https://github.com/taskany-inc/issues/commit/57c5658d1e8cceedc7aa66899b2b3347210b0c8d))

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.

## [1.2.0](https://github.com/taskany-inc/issues/compare/v1.1.0...v1.2.0) (2023-05-23)


### Features

* **Goal:** change project with scope id ([eb81fdd](https://github.com/taskany-inc/issues/commit/eb81fdd7f1477e5a442160d276c0c0ef2bf67088))
* **Goal:** create id in project scope ([2825ded](https://github.com/taskany-inc/issues/commit/2825ded06c301a2b5f2d2c6632e4982c4c21c13c))


### Bug Fixes

* **FiltersPanelApplied:** incorrect space position ([57c5658](https://github.com/taskany-inc/issues/commit/57c5658d1e8cceedc7aa66899b2b3347210b0c8d))

## [1.1.0](https://github.com/taskany-inc/issues/compare/v1.0.0...v1.1.0) (2023-05-22)


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/issues",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run worker\" \"next dev\"",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit b92ed8d

Please sign in to comment.