From 3cb31600db0c608576bc2b87251db1d18a3190f9 Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Wed, 19 Oct 2022 18:39:00 +0300 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3792e4c..a013d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.3.1](https://github.com/PlusAuth/plusauth-web/compare/v0.3.0...v0.3.1) (2022-10-19) + # [0.3.0](https://github.com/PlusAuth/plusauth-web/compare/v0.3.0-beta.3...v0.3.0) (2022-10-03) # [0.3.0-beta.3](https://github.com/PlusAuth/plusauth-web/compare/v0.3.0-beta.2...v0.3.0-beta.3) (2022-09-27) diff --git a/package-lock.json b/package-lock.json index 22ff98a..4e452fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@plusauth/web", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@plusauth/web", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@simplewebauthn/browser": "^6.2.1", diff --git a/package.json b/package.json index 929a012..8dade42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/web", - "version": "0.3.0", + "version": "0.3.1", "description": "PlusAuth Web Util", "main": "dist/plusauth-web.js", "types": "dist/plusauth-web.d.ts",