From 935475d95471207b2816a20e964fdccad2a48387 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 22 Sep 2020 17:23:29 +0300 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0097c03..426d05c 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. +### [2.1.1](https://github.com/dessant/web-archives/compare/v2.1.0...v2.1.1) (2020-09-22) + + +### Bug Fixes + +* comply with the description length limit on the Microsoft Store ([2d775d2](https://github.com/dessant/web-archives/commit/2d775d20af0a003d0ddfe6d94db7a239a6fe8866)) + ## [2.1.0](https://github.com/dessant/web-archives/compare/v2.0.1...v2.1.0) (2020-09-22) diff --git a/package.json b/package.json index 58c58a5..a7449b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-archives", - "version": "2.1.0", + "version": "2.1.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/web-archives", "license": "GPL-3.0-only",