From ba8c97f58a3d3e6ce1b8f8ca04eb3aafd4ef2914 Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Thu, 13 Aug 2020 09:46:36 +0200 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3925a9..23d288fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.3](https://github.com/p3ol/react-access/compare/v0.1.2...v0.1.3) (2020-08-13) + ### [0.1.2](https://github.com/p3ol/react-access/compare/v0.1.1...v0.1.2) (2020-07-13) ### [0.1.1](https://github.com/p3ol/react-access/compare/v0.1.0...v0.1.1) (2020-06-05) diff --git a/package.json b/package.json index 46cf8310..68b02737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/react-access", - "version": "0.1.2", + "version": "0.1.3", "description": "The easiest way to add Poool Access to your React app ✨", "main": "dist/poool-react-access.cjs.js", "repository": "https://github.com/p3ol/react-access.git",