From 7c353626d19b39392892ab0840a990b4640df06d Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Fri, 28 May 2021 00:09:28 +0500 Subject: [PATCH] chore(release): 4.5.2 --- CHANGELOG.md | 8 ++++++++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7cc64..fe02cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [4.5.2](https://github.com/VChet/StyleBase/compare/v4.5.1...v4.5.2) (2021-05-27) + + +### Bug Fixes + +* **parser:** allow forked repos ([70cf27f](https://github.com/VChet/StyleBase/commit/70cf27f32e899890fc39c3295c90086966c43be6)) +* **style card:** stop propagation on install button click ([c613096](https://github.com/VChet/StyleBase/commit/c613096ac5f859611df8c49505c061cea831009e)) + ### [4.5.1](https://github.com/VChet/StyleBase/compare/v4.5.0...v4.5.1) (2021-05-04) diff --git a/client/package.json b/client/package.json index be72643..42985fb 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "4.5.1", + "version": "4.5.2", "author": "VChet", "contributors": [ "rudnovd" diff --git a/package.json b/package.json index 4194e3e..9b6edfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "4.5.1", + "version": "4.5.2", "repository": { "type": "git", "url": "git+https://github.com/VChet/StyleBase.git"