Skip to content

Commit

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


### Features

* **GoalHistory:** db schema and seed data ([1630024](https://github.com/taskany-inc/issues/commit/1630024c373e1be5d8bcaf3565a950062780b2c5))
* **GoalHistory:** recordings changes ([d81dc71](https://github.com/taskany-inc/issues/commit/d81dc71766c9cd4bc993676f7b48c9d6bd9c25dc))
* **GoalHistory:** recordings changes of state, participants and deps ([dac32ee](https://github.com/taskany-inc/issues/commit/dac32eed6d6dd2dfa5ac747aa28c33d124329569))
* **GoalHistory:** recordings ids as changed values ([6ab2ce5](https://github.com/taskany-inc/issues/commit/6ab2ce5683ea50a20a408a2f4a4013bf2d2f3c53))
* **GoalHistory:** rewrite seeding GoalHistory data ([19cab4d](https://github.com/taskany-inc/issues/commit/19cab4d25a13187b7abd5d5482edd61d62f7d8db))


### Bug Fixes

* **GoalHistory:** calculate typings of history ([c4780c1](https://github.com/taskany-inc/issues/commit/c4780c1aba0c693fcd87fd66034e8fd7d1dbd943))
* **GoalHistory:** query for history, drop unreachable code ([23bf3a7](https://github.com/taskany-inc/issues/commit/23bf3a718e3fddd1da41cfd79d693ff55a54ed39))
* **Goal:** use count instead of max ([faefb5b](https://github.com/taskany-inc/issues/commit/faefb5bc489a783350717b929a61f7a45157a186))
* **worker:** incorrect path to runner ([8137345](https://github.com/taskany-inc/issues/commit/8137345cbf9cdb11920d92887b7cade2d28e76e3))

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

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.4.0](https://github.com/taskany-inc/issues/compare/v1.3.0...v1.4.0) (2023-05-29)


### Features

* **GoalHistory:** db schema and seed data ([1630024](https://github.com/taskany-inc/issues/commit/1630024c373e1be5d8bcaf3565a950062780b2c5))
* **GoalHistory:** recordings changes ([d81dc71](https://github.com/taskany-inc/issues/commit/d81dc71766c9cd4bc993676f7b48c9d6bd9c25dc))
* **GoalHistory:** recordings changes of state, participants and deps ([dac32ee](https://github.com/taskany-inc/issues/commit/dac32eed6d6dd2dfa5ac747aa28c33d124329569))
* **GoalHistory:** recordings ids as changed values ([6ab2ce5](https://github.com/taskany-inc/issues/commit/6ab2ce5683ea50a20a408a2f4a4013bf2d2f3c53))
* **GoalHistory:** rewrite seeding GoalHistory data ([19cab4d](https://github.com/taskany-inc/issues/commit/19cab4d25a13187b7abd5d5482edd61d62f7d8db))


### Bug Fixes

* **GoalHistory:** calculate typings of history ([c4780c1](https://github.com/taskany-inc/issues/commit/c4780c1aba0c693fcd87fd66034e8fd7d1dbd943))
* **GoalHistory:** query for history, drop unreachable code ([23bf3a7](https://github.com/taskany-inc/issues/commit/23bf3a718e3fddd1da41cfd79d693ff55a54ed39))
* **Goal:** use count instead of max ([faefb5b](https://github.com/taskany-inc/issues/commit/faefb5bc489a783350717b929a61f7a45157a186))
* **worker:** incorrect path to runner ([8137345](https://github.com/taskany-inc/issues/commit/8137345cbf9cdb11920d92887b7cade2d28e76e3))

## [1.3.0](https://github.com/taskany-inc/issues/compare/v1.2.0...v1.3.0) (2023-05-25)


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.3.0",
"version": "1.4.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.3.0
1.4.0

0 comments on commit f0e2f2e

Please sign in to comment.