Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2022-02-22)

### Features

* separate plugin from index ([bf9d76d](bf9d76d))
  • Loading branch information
semantic-release-bot committed Feb 22, 2022
1 parent bf9d76d commit 8e34923
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0](https://github.com/mikaelkaron/fastify-openid-auth/compare/v2.0.0...v2.1.0) (2022-02-22)


### Features

* separate plugin from index ([bf9d76d](https://github.com/mikaelkaron/fastify-openid-auth/commit/bf9d76d93e06e14cb7514e438fe5538d17a61550))

# [2.0.0](https://github.com/mikaelkaron/fastify-openid-auth/compare/v1.0.0...v2.0.0) (2022-02-22)


Expand Down
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": "2.0.0",
"version": "2.1.0",
"description": "Fastify auth plugin for openid-client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8e34923

Please sign in to comment.