From 4bd92d51228bd597b873292a5339e45f5971f82a Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Fri, 27 Nov 2020 21:16:22 +0500 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- src/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880868b..db6632e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [2.2.0](https://github.com/VChet/StyleBase/compare/v2.1.0...v2.2.0) (2020-11-27) + + +### Features + +* **rss:** add rss generation ([0438e9c](https://github.com/VChet/StyleBase/commit/0438e9c3d76b1b5bc90dfd6c745a5484f034a3c4)) +* **rss:** add rss link to footer ([4b1da26](https://github.com/VChet/StyleBase/commit/4b1da26c6cd51dcd8f65dc0f647aa5418dc5ec87)) + + +### Bug Fixes + +* **footer:** increase links font size and paddings in footer on mobile ([2b7302c](https://github.com/VChet/StyleBase/commit/2b7302c238b994db0afb7f43ee98d1ecc8b345d6)) + ## [2.1.0](https://github.com/VChet/StyleBase/compare/v2.0.1...v2.1.0) (2020-11-22) diff --git a/package.json b/package.json index 6416ed2..c176f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "2.1.0", + "version": "2.2.0", "author": "VChet", "contributors": [ "rudnovd" diff --git a/src/package.json b/src/package.json index 9a0d340..49c6283 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "2.1.0", + "version": "2.2.0", "author": "VChet", "contributors": [ "rudnovd"