Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2022-09-26)

### Bug Fixes

* auto-fix eslint ([9a5bfa8](9a5bfa8))

### Features

* bump deps ([e15e322](e15e322))

### BREAKING CHANGES

* This bumps `fastify@4`
  • Loading branch information
semantic-release-bot committed Sep 26, 2022
1 parent 9a5bfa8 commit 8e07fd2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/mikaelkaron/fastify-openid-auth/compare/v3.0.0...v4.0.0) (2022-09-26)


### Bug Fixes

* auto-fix eslint ([9a5bfa8](https://github.com/mikaelkaron/fastify-openid-auth/commit/9a5bfa82db5f0d201f7dc54242a54cf51f9574d9))


### Features

* bump deps ([e15e322](https://github.com/mikaelkaron/fastify-openid-auth/commit/e15e32283c3a1f50c239c1a2dbe7c9d4d8245e66))


### BREAKING CHANGES

* This bumps `fastify@4`

# [3.0.0](https://github.com/mikaelkaron/fastify-openid-auth/compare/v2.1.0...v3.0.0) (2022-03-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-openid-auth",
"version": "3.0.0",
"version": "4.0.0",
"description": "Fastify auth plugin for openid-client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8e07fd2

Please sign in to comment.