From 62142f847366e8bfe7f5f33b0651791b347fe0cf Mon Sep 17 00:00:00 2001 From: ramonornela Date: Thu, 6 Apr 2017 15:31:08 -0300 Subject: [PATCH] chore(*): update version --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4902511..1415a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [2.0.0](https://github.com/mbamobi/authentication/compare/v1.0.0...v2.0.0) (2017-04-06) + + +### Bug Fixes + +* **module:** assign storage default ([2d8992a](https://github.com/mbamobi/authentication/commit/2d8992a)) +* **module:** useClass null to adapter ([98caa55](https://github.com/mbamobi/authentication/commit/98caa55)) + + + # 1.0.0 (2017-04-06) diff --git a/package.json b/package.json index 3734423..39a83b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mbamobi/authentication", - "version": "1.0.0", + "version": "2.0.0", "description": "This is abstract to Authentication based in project https://github.com/zendframework/zend-authentication", "main": "dist/umd/index.js", "typings": "dist/esm/index.d.ts",