Skip to content

Commit

Permalink
📦 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Jun 8, 2018
1 parent e3b578e commit 5c5ca8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,22 +2,23 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## Added
## [1.2.0] - 2018-06-08
#### Added
* replaced `getAuthenticationSpecification` with `authenticationSpecification`

## [1.1.1] - 2018-05-31
## Fixed
### Fixed
* Include peer-dependencies koop and and koop-output-geoservices

## [1.1.0] - 2018-05-29
## Added
### Added
* new option `useHttp`. Must be a boolean. This will get added verbatim to the result of authenticationSpecification function

## [1.0.0] - 2018-05-22
### Added
* Initial release of an authentication plugin for Koop that leverages a file-based user-store.

[1.2.0]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.1.0...v1.2.0
[1.1.1]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/koopjs/koop-auth-direct-file/releases/tag/v1.0.0
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@koopjs/auth-direct-file",
"version": "1.1.1",
"version": "1.2.0",
"description": "Module for implementing a direct authentication pattern with file-based user-store in Koop",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"jsonwebtoken": "^8.2.1"
},
"peerDependencies": {
"koop":"^3.7.0",
"koop-output-geoservices": "^1.5.1"
"koop":"^3.7.2",
"koop-output-geoservices": "^1.5.2"
}
}

0 comments on commit 5c5ca8e

Please sign in to comment.