Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbrs committed Oct 2, 2024
1 parent 5ae71a8 commit af90b5c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@


# [2.0.0](https://github.com/adrianbrs/nest-oidc-provider/compare/1.1.1...2.0.0) (2024-10-02)


### Bug Fixes

* add oidc-provider as a peer dependency ([a3b1749](https://github.com/adrianbrs/nest-oidc-provider/commit/a3b1749f602c941efcf68f75f4052284b39f4ef9))
* export only public constants ([d936a8e](https://github.com/adrianbrs/nest-oidc-provider/commit/d936a8ead26f03ca74d239df7a494c57a03f71c2))
* remove duplicated oidc types ([90ac2a7](https://github.com/adrianbrs/nest-oidc-provider/commit/90ac2a713bca98831485f68305ffb5cd547afa25))
* use `eval` to skip dynamic import transpilation ([0862584](https://github.com/adrianbrs/nest-oidc-provider/commit/08625844c6f7fc6bf3aebab42c5f55325261d9e7))


### Build System

* **deps:** upgrade `oidc-provider` to version `8.5.1` ([4532f12](https://github.com/adrianbrs/nest-oidc-provider/commit/4532f12983212d9e434b66c34c0ee2f6f06209f8))


### Features

* add new `OidcSession` decorator ([7a70e89](https://github.com/adrianbrs/nest-oidc-provider/commit/7a70e898a95fa49389b5e7d5f660ad1fd73da210))
* add support for `oidc-provider@8` ([b40ca5a](https://github.com/adrianbrs/nest-oidc-provider/commit/b40ca5aee31a556deb33e3eedb19f3c80620237c))


### BREAKING CHANGES

* **deps:** The `InteractionDetails` type has been renamed to `Interaction` and is now exported directly from `oidc-provider`.

# [1.1.0](https://github.com/adrianbrs/nest-oidc-provider/compare/1.0.7...1.1.0) (2022-09-22)


Expand Down Expand Up @@ -43,6 +71,3 @@
### Features

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



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-oidc-provider",
"version": "2.0.0-next.3",
"version": "2.0.0",
"description": "oidc-provider module for Nest framework (node.js)",
"author": "Adrian Cerbaro <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit af90b5c

Please sign in to comment.