Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Publish
 - @feathersjs/authentication-oauth1@1.1.0
 - @feathersjs/authentication-oauth2@1.3.0
  • Loading branch information
daffl committed Jan 6, 2019
1 parent 5d43e3c commit 5635034
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/authentication-oauth1/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.10...@feathersjs/authentication-oauth1@1.1.0) (2019-01-06)


### Features

* Make custom query for oAuth authentication ([#1124](https://github.com/feathersjs/feathers/issues/1124)) ([5d43e3c](https://github.com/feathersjs/feathers/commit/5d43e3c))





## [1.0.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.9...@feathersjs/authentication-oauth1@1.0.10) (2019-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-oauth1/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth1",
"description": "A Feathers OAuth1 authentication strategy",
"version": "1.0.10",
"version": "1.1.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth2/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.7...@feathersjs/authentication-oauth2@1.3.0) (2019-01-06)


### Features

* Make custom query for oAuth authentication ([#1124](https://github.com/feathersjs/feathers/issues/1124)) ([5d43e3c](https://github.com/feathersjs/feathers/commit/5d43e3c))





## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.6...@feathersjs/authentication-oauth2@1.2.7) (2019-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-oauth2/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth2",
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport",
"version": "1.2.7",
"version": "1.3.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down

0 comments on commit 5635034

Please sign in to comment.