Skip to content

Commit 0c3284e

Browse files
committed
chore(release): 1.3.0
1 parent 4e0ca4a commit 0c3284e

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.3.0](https://github.com/BrewInteractive/oauth-server/compare/v1.2.2...v1.3.0) (2023-05-04)
6+
7+
8+
### Features
9+
10+
* **TMID-162:** add EncryptionUtils class. ([740279b](https://github.com/BrewInteractive/oauth-server/commit/740279b5aa4d670b6a0b937f4cc70f2ca978dd36))
11+
* **TMID-162:** convert cookie key to "user". ([9ad17f7](https://github.com/BrewInteractive/oauth-server/commit/9ad17f79e76d34f6b59b2f359b5946a89315c5d3))
12+
* **TMID-162:** implement user cookie manager. ([2feae75](https://github.com/BrewInteractive/oauth-server/commit/2feae75aa9433be313a7069f9001066f1db0637e))
13+
* **TMID-162:** refactored redirecting to login. ([f7f131c](https://github.com/BrewInteractive/oauth-server/commit/f7f131cdeb754a5e27906ece78ae50eeea3aa9f7))
14+
* **TMID-162:** refactored redirecting to login. ([1745fb6](https://github.com/BrewInteractive/oauth-server/commit/1745fb64de0619462840e8f54ffc66909db56ad9))
15+
16+
17+
### Bug Fixes
18+
19+
* fixed invalid environment variable. ([e73ddf8](https://github.com/BrewInteractive/oauth-server/commit/e73ddf8b8c16736ba44b7517320a1de17ce2fa44))
20+
521
### [1.2.2](https://github.com/BrewInteractive/oauth-server/compare/v1.2.1...v1.2.2) (2023-04-18)
622

723

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": "oauth-server",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)