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.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.1...v3.4.0) (2021-02-09)

### Bug Fixes

* **gh-actions:** replace Travis with Github Actions ([e210658](e210658))
* **pkg:** update semantic-release dev dependency versions ([16c288b](16c288b))

### Features

* **authentication-decorator:** support "credentialsRequired" option ([c0e2c66](c0e2c66))
  • Loading branch information
semantic-release-bot committed Feb 9, 2021
1 parent b979c4a commit f37a7ac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.4.0](https://github.com/LabShare/services-auth/compare/v3.3.1...v3.4.0) (2021-02-09)


### Bug Fixes

* **gh-actions:** replace Travis with Github Actions ([e210658](https://github.com/LabShare/services-auth/commit/e21065802290449023ca1401add65265b98dbf84))
* **pkg:** update semantic-release dev dependency versions ([16c288b](https://github.com/LabShare/services-auth/commit/16c288ba2abe2eddba13c5c060ec76e4e844bc4f))


### Features

* **authentication-decorator:** support "credentialsRequired" option ([c0e2c66](https://github.com/LabShare/services-auth/commit/c0e2c664a9b3dd53161343bb3224c8c9777b1563))

## [3.3.1](https://github.com/LabShare/services-auth/compare/v3.3.0...v3.3.1) (2020-04-01)


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.3.1",
"version": "3.4.0",
"description": "Loopback 4 plugin for resource scope-based HTTP route authz",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f37a7ac

Please sign in to comment.