From 28cd01a3e54e35ccee98e81d3c75aa4b49e8255d Mon Sep 17 00:00:00 2001 From: ayazismailhakki Date: Wed, 4 Nov 2020 18:35:29 +0300 Subject: [PATCH] chore: release v0.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921e584..c85c4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.1.0](https://github.com/PlusAuth/plusauth-web/compare/v0.0.2-alpha.7...v0.1.0) (2020-11-04) + + +### Reverts + +* wrong package name in [#151786](https://github.com/PlusAuth/plusauth-web/issues/151786)a3 ([363b3c4](https://github.com/PlusAuth/plusauth-web/commit/363b3c420b2b8690b5213ae38921da8106a4ef48)), closes [#151786a3](https://github.com/PlusAuth/plusauth-web/issues/151786a3) + ## [0.0.4](https://github.com/PlusAuth/plusauth-web/compare/v0.0.2-alpha.7...v0.0.4) (2020-07-09) ## [0.0.3](https://github.com/PlusAuth/plusauth-web/compare/v0.0.2-alpha.7...v0.0.3) (2020-07-09) diff --git a/package.json b/package.json index 5e23ac3..65fdc21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/web", - "version": "0.0.4", + "version": "0.1.0", "description": "PlusAuth Web Util", "main": "dist/plusauth-web.js", "types": "dist/plusauth-web.d.ts",