From 75a707803f4ea57204e8e1b2eddc739db023a526 Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Sat, 16 Jan 2021 00:33:28 +0500 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 14 ++++++++++++++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6848680..f1f5246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.1.0](https://github.com/VChet/StyleBase/compare/v4.0.1...v4.1.0) (2021-01-15) + + +### Features + +* **meta:** change title and description in different states ([85893bc](https://github.com/VChet/StyleBase/commit/85893bcce37cd2698df79c1b63e98b5dffb50619)) +* **search:** add search by query with active owner filter ([45e0ddd](https://github.com/VChet/StyleBase/commit/45e0ddd592565aa9357f3a7c19cda20a250441f3)) + + +### Bug Fixes + +* **seo:** disallow "/search/" in robots.txt ([c93ee5d](https://github.com/VChet/StyleBase/commit/c93ee5d09f2c5ae4ddcffda1614e63b0e6ed6006)) +* **url:** correctly set URL when closing a modal with active filters ([a459df5](https://github.com/VChet/StyleBase/commit/a459df50cc8c902cedafb979950396530018fcdb)) + ### [4.0.1](https://github.com/VChet/StyleBase/compare/v4.0.0...v4.0.1) (2021-01-11) diff --git a/client/package.json b/client/package.json index cfb0a56..5de54bf 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "4.0.1", + "version": "4.1.0", "author": "VChet", "contributors": [ "rudnovd" diff --git a/package.json b/package.json index 1931b64..03637f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "4.0.1", + "version": "4.1.0", "repository": { "type": "git", "url": "git+https://github.com/VChet/StyleBase.git"