Skip to content

Commit 3f4e794

Browse files
committed
chore(release): 1.2.0
1 parent 2f562a1 commit 3f4e794

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/neverovski/nodejs-auth-jwt/compare/v1.1.0...v1.2.0) (2024-01-07)
6+
7+
8+
### Features
9+
10+
* **auth:** add forgotPasswordByEmail method ([8a2a370](https://github.com/neverovski/nodejs-auth-jwt/commit/8a2a3706cd8b083a4c5f64854ea6675db7f25f40))
11+
* **auth:** add resetPasswordByEmail method ([9c46c4d](https://github.com/neverovski/nodejs-auth-jwt/commit/9c46c4d5eaf486d6d2255166bc6aaf0aad549c7c))
12+
* **otp:** add opt module ([be4646f](https://github.com/neverovski/nodejs-auth-jwt/commit/be4646f8e375d5b07ef4153f5323959000281e1e))
13+
* **otp:** add verifyCode method ([31dfa0c](https://github.com/neverovski/nodejs-auth-jwt/commit/31dfa0c2129185e8eb55fd7ec65753640e79b3ae))
14+
* **validator:** add validator core service ([06f7ffd](https://github.com/neverovski/nodejs-auth-jwt/commit/06f7ffdadcf6fd599dd83b12921b48e7b14d7f4c))
15+
16+
17+
### Bug Fixes
18+
19+
* **http:** upgrade auth and user http client ([04f98a7](https://github.com/neverovski/nodejs-auth-jwt/commit/04f98a79f7444b8f1e367fe4f205888524548b0e))
20+
* **otp:** replace LessThanOrEqual with MoreThanOrEqual ([7bc9ad2](https://github.com/neverovski/nodejs-auth-jwt/commit/7bc9ad29bb884df12a67607994bc5c32048257fe))
21+
522
## [1.1.0](https://github.com/neverovski/nodejs-auth-jwt/compare/v1.0.1...v1.1.0) (2023-12-08)
623

724
### [1.0.1](https://github.com/neverovski/nodejs-auth-jwt/compare/v1.0.0...v1.0.1) (2023-12-03)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-auth-sql",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Node.js for Token Based Authentication (access and refresh) with PostgreSQL database.",
55
"index": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)