diff --git a/CHANGELOG.md b/CHANGELOG.md index a60ba6f..d9ca46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.3.0-beta.0](https://github.com/PlusAuth/plusauth-web/compare/v0.2.0...v0.3.0-beta.0) (2021-07-26) + + +### Features + +* accept options for http service ([291ac09](https://github.com/PlusAuth/plusauth-web/commit/291ac096e446b01b0769fdcd5fb6eb648e2459d2)) + # [0.2.0](https://github.com/PlusAuth/plusauth-web/compare/v0.1.1...v0.2.0) (2021-02-15) diff --git a/package.json b/package.json index ff9e4e6..e4026c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/web", - "version": "0.2.0", + "version": "0.3.0-beta.0", "description": "PlusAuth Web Util", "main": "dist/plusauth-web.js", "types": "dist/plusauth-web.d.ts",