From 8c875e610dbc25cd7ad3f4e44637dc10b5fe3c25 Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Mon, 30 Nov 2020 22:29:08 +0500 Subject: [PATCH] chore(release): 2.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6632e..4dd124a 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. +### [2.2.1](https://github.com/VChet/StyleBase/compare/v2.2.0...v2.2.1) (2020-11-30) + + +### Bug Fixes + +* **add style:** trim trailing slash from url ([74adde3](https://github.com/VChet/StyleBase/commit/74adde38afdad0bdb30a5a9aadeb4ed026dfb79c)) +* **footer:** fix footer to the bottom of page on desktop and tablets ([cc81131](https://github.com/VChet/StyleBase/commit/cc81131d38a9e98e282b167235dd990150ac6022)) + ## [2.2.0](https://github.com/VChet/StyleBase/compare/v2.1.0...v2.2.0) (2020-11-27) diff --git a/package.json b/package.json index c176f84..9b7cf2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "2.2.0", + "version": "2.2.1", "author": "VChet", "contributors": [ "rudnovd" diff --git a/src/package.json b/src/package.json index 02e44d6..5b78a11 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "2.2.0", + "version": "2.2.1", "author": "VChet", "contributors": [ "rudnovd"