From ffc6bde016e079230ecde3bfd798e88d05c1dfff Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Sun, 14 Feb 2021 23:11:30 +0500 Subject: [PATCH] chore(release): 4.2.2 --- CHANGELOG.md | 7 +++++++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97088c2..092df5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.2](https://github.com/VChet/StyleBase/compare/v4.2.1...v4.2.2) (2021-02-14) + + +### Bug Fixes + +* **User model:** add sparse parameter to ids ([5b90c6f](https://github.com/VChet/StyleBase/commit/5b90c6fa2ea9b17497bb12ba22f89dcdcdab92a5)) + ### [4.2.1](https://github.com/VChet/StyleBase/compare/v4.2.0...v4.2.1) (2021-02-11) diff --git a/client/package.json b/client/package.json index 2ea8e8a..b9c80e2 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "4.2.1", + "version": "4.2.2", "author": "VChet", "contributors": [ "rudnovd" diff --git a/package.json b/package.json index c8e6aa4..1921fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "4.2.1", + "version": "4.2.2", "repository": { "type": "git", "url": "git+https://github.com/VChet/StyleBase.git"