Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.5...v3.3.0) (2020-01-30)

### Features

* **jwt:** add option to configure audience using a provider ([135babe](135babe))
  • Loading branch information
semantic-release-bot committed Jan 30, 2020
1 parent e3f1f03 commit fda0f8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.3.0](https://github.com/LabShare/services-auth/compare/v3.2.5...v3.3.0) (2020-01-30)


### Features

* **jwt:** add option to configure audience using a provider ([135babe](https://github.com/LabShare/services-auth/commit/135babe))

## [3.2.5](https://github.com/LabShare/services-auth/compare/v3.2.4...v3.2.5) (2019-12-20)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@labshare/services-auth",
"version": "3.2.5",
"version": "3.3.0",
"description": "Loopback 4 plugin for resource scope-based HTTP route authz",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fda0f8b

Please sign in to comment.