Skip to content

Commit af90b5c

Browse files
committed
chore: release v2.0.0
1 parent 5ae71a8 commit af90b5c

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2+
3+
# [2.0.0](https://github.com/adrianbrs/nest-oidc-provider/compare/1.1.1...2.0.0) (2024-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add oidc-provider as a peer dependency ([a3b1749](https://github.com/adrianbrs/nest-oidc-provider/commit/a3b1749f602c941efcf68f75f4052284b39f4ef9))
9+
* export only public constants ([d936a8e](https://github.com/adrianbrs/nest-oidc-provider/commit/d936a8ead26f03ca74d239df7a494c57a03f71c2))
10+
* remove duplicated oidc types ([90ac2a7](https://github.com/adrianbrs/nest-oidc-provider/commit/90ac2a713bca98831485f68305ffb5cd547afa25))
11+
* use `eval` to skip dynamic import transpilation ([0862584](https://github.com/adrianbrs/nest-oidc-provider/commit/08625844c6f7fc6bf3aebab42c5f55325261d9e7))
12+
13+
14+
### Build System
15+
16+
* **deps:** upgrade `oidc-provider` to version `8.5.1` ([4532f12](https://github.com/adrianbrs/nest-oidc-provider/commit/4532f12983212d9e434b66c34c0ee2f6f06209f8))
17+
18+
19+
### Features
20+
21+
* add new `OidcSession` decorator ([7a70e89](https://github.com/adrianbrs/nest-oidc-provider/commit/7a70e898a95fa49389b5e7d5f660ad1fd73da210))
22+
* add support for `oidc-provider@8` ([b40ca5a](https://github.com/adrianbrs/nest-oidc-provider/commit/b40ca5aee31a556deb33e3eedb19f3c80620237c))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* **deps:** The `InteractionDetails` type has been renamed to `Interaction` and is now exported directly from `oidc-provider`.
28+
129
# [1.1.0](https://github.com/adrianbrs/nest-oidc-provider/compare/1.0.7...1.1.0) (2022-09-22)
230

331

@@ -43,6 +71,3 @@
4371
### Features
4472

4573
* create first lib version ([0420c27](https://github.com/adrianbrs/nest-oidc-provider/commit/0420c2799239fc38c7fe3ec64fcb9a3b08dcf444))
46-
47-
48-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-oidc-provider",
3-
"version": "2.0.0-next.3",
3+
"version": "2.0.0",
44
"description": "oidc-provider module for Nest framework (node.js)",
55
"author": "Adrian Cerbaro <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)