From d2370aeaf64c821c42255bb763145277657f3aaa Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 15 Jul 2023 20:01:42 +0200 Subject: [PATCH] Release 2.2.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31f984..5b8354b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.2] - 2023-07-15 + +### Fixed + +- [#71](https://github.com/kytta/shareon/pull/71): + Web Share icon got minified incorrectly, causing it to not show up at all. + Fixed by Jake. + ## [2.2.1] - 2023-07-15 ### Behind-the-scenes diff --git a/package.json b/package.json index 27760c9..b7b32eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shareon", - "version": "2.2.1", + "version": "2.2.2", "description": "Lightweight, stylish and ethical share buttons for popular social networks", "license": "MIT", "homepage": "https://shareon.js.org",