From 89b3ab8d301e511e5b04b18a7dc42c4408ea1538 Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Thu, 15 Oct 2020 14:27:29 +0500 Subject: [PATCH] chore(release): 1.6.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fb579..cc758ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [1.6.0](https://github.com/VChet/StyleBase/compare/v1.5.0...v1.6.0) (2020-10-15) + + +### Features + +* **parser:** add mercy-preview header ([a121495](https://github.com/VChet/StyleBase/commit/a12149562de37a19f534b8c0456c3f5f304bef9c)) +* **style info:** add search by topic ([231f750](https://github.com/VChet/StyleBase/commit/231f750fd6b9643888f8ce774bab6eeb4220f098)) +* **style info:** add topics block ([162d927](https://github.com/VChet/StyleBase/commit/162d9278d38006882166262bffd77d82cc180148)) +* **styles:** store topics in DB ([f46a996](https://github.com/VChet/StyleBase/commit/f46a99621bb5ba40da22ecbf4fa3e10deaa6f8e4)) + ## [1.5.0](https://github.com/VChet/StyleBase/compare/v1.4.0...v1.5.0) (2020-10-13) diff --git a/package.json b/package.json index 0dfd77b..15e4dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "1.5.0", + "version": "1.6.0", "author": "VChet", "contributors": [ "rudnovd" diff --git a/src/package.json b/src/package.json index 4ea9d9c..86e94fe 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "1.5.0", + "version": "1.6.0", "author": "VChet", "contributors": [ "rudnovd"