From beb9b1d0927429a93ee8a3ffd85fcb17dbfadaa9 Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Mon, 15 Feb 2021 14:09:40 +0300 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac73de..a60ba6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0](https://github.com/PlusAuth/plusauth-web/compare/v0.1.1...v0.2.0) (2021-02-15) + + +### Features + +* include raw response in parsed response ([5c04c39](https://github.com/PlusAuth/plusauth-web/commit/5c04c39b15ac0f20a7b00ca43edd5cedeb88db0a)) + ## [0.1.1](https://github.com/PlusAuth/plusauth-web/compare/v0.1.0...v0.1.1) (2020-11-27) # [0.1.0](https://github.com/PlusAuth/plusauth-web/compare/v0.0.2-alpha.7...v0.1.0) (2020-11-04) diff --git a/package.json b/package.json index 9c7519d..d91a28d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/web", - "version": "0.1.1", + "version": "0.2.0", "description": "PlusAuth Web Util", "main": "dist/plusauth-web.js", "types": "dist/plusauth-web.d.ts",