Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Oct 14, 2016
1 parent 45fb22a commit 8e957c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/npm/npme-auth-oauth2/compare/v1.0.0...v1.1.0) (2016-10-14)


### Features

* lock an auth token for a few minutes ([#1](https://github.com/npm/npme-auth-oauth2/issues/1)) ([45fb22a](https://github.com/npm/npme-auth-oauth2/commit/45fb22a))



<a name="1.0.0"></a>
# 1.0.0 (2016-08-04)

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": "@npm/npme-auth-oauth2",
"version": "1.0.0",
"version": "1.1.0",
"description": "auth strategy for OAuth 2.0 SSO.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8e957c0

Please sign in to comment.