parent
2be4684875
commit
d2370aeaf6
|
@ -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).
|
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
|
## [2.2.1] - 2023-07-15
|
||||||
|
|
||||||
### Behind-the-scenes
|
### Behind-the-scenes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "shareon",
|
"name": "shareon",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
|
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://shareon.js.org",
|
"homepage": "https://shareon.js.org",
|
||||||
|
|
Loading…
Reference in New Issue