diff --git a/.release_notes/2.20.0.md b/.release_notes/2.20.0.md new file mode 100644 index 000000000..ec8728e8f --- /dev/null +++ b/.release_notes/2.20.0.md @@ -0,0 +1,7 @@ +## [2.20.0](https://github.com/taskany-inc/issues/compare/v2.19.2...v2.20.0) (2024-02-15) + + +### Features + +* create global font-size ([16a9d99](https://github.com/taskany-inc/issues/commit/16a9d99d69086e0646c0a0076e2dfac65777838c)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cc633b6..b1a937b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [2.20.0](https://github.com/taskany-inc/issues/compare/v2.19.2...v2.20.0) (2024-02-15) + + +### Features + +* create global font-size ([16a9d99](https://github.com/taskany-inc/issues/commit/16a9d99d69086e0646c0a0076e2dfac65777838c)) + ## [2.19.2](https://github.com/taskany-inc/issues/compare/v2.19.1...v2.19.2) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index 932e2c2d3..cc8aca035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.19.2", + "version": "2.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.19.2", + "version": "2.20.0", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 94dc22486..71ce5b10c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.19.2", + "version": "2.20.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index b87b08b5b..a4cc673ab 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.19.2 \ No newline at end of file +2.20.0 \ No newline at end of file