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",