diff --git a/.release_notes/0.26.1.md b/.release_notes/0.26.1.md new file mode 100644 index 00000000..cc088333 --- /dev/null +++ b/.release_notes/0.26.1.md @@ -0,0 +1,7 @@ +## [0.26.1](https://github.com/taskany-inc/crew/compare/v0.26.0...v0.26.1) (2024-01-25) + + +### Bug Fixes + +* **auth:** check additional emails before creating new user ([d3b0bc5](https://github.com/taskany-inc/crew/commit/d3b0bc564c951d04ba1c24f50c15fce090b39f09)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 3198db70..6052215a 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. +## [0.26.1](https://github.com/taskany-inc/crew/compare/v0.26.0...v0.26.1) (2024-01-25) + + +### Bug Fixes + +* **auth:** check additional emails before creating new user ([d3b0bc5](https://github.com/taskany-inc/crew/commit/d3b0bc564c951d04ba1c24f50c15fce090b39f09)) + ## [0.26.0](https://github.com/taskany-inc/crew/compare/v0.25.0...v0.26.0) (2024-01-18) diff --git a/package-lock.json b/package-lock.json index 0ca6cf3a..04c02e5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/crew", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/crew", - "version": "0.26.0", + "version": "0.26.1", "dependencies": { "@hookform/resolvers": "3.3.4", "@next-auth/prisma-adapter": "1.0.7", diff --git a/package.json b/package.json index 5cf55834..93e31926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/crew", - "version": "0.26.0", + "version": "0.26.1", "private": true, "scripts": { "dev": "next dev", diff --git a/version b/version index e93b6477..9d041d8e 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.26.0 \ No newline at end of file +0.26.1 \ No newline at end of file