From dbe8ed5bb3e6b5a190f4bf845ece36d7b62b5fbf Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Tue, 1 Aug 2023 16:15:31 +0200 Subject: [PATCH] 2.3.0 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c0147..214692e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.3.0] - 2023-08-01 + +### Added + +- [#80](https://github.com/kytta/shareon/pull/80): + Tumblr button by [Isaac](https://github.com/kabszac) + +### Behind-the-scenes + +- [#82](https://github.com/kytta/shareon/pull/82): + PNPM is now enforced by [Anderson](https://github.com/andersonjoseph) + ## [2.2.3] - 2023-07-19 ### Fixed @@ -314,7 +326,8 @@ Initial release of shareon - Add Telegram button - Add Twitter button -[unreleased]: https://github.com/kytta/shareon/compare/v2.2.3...main +[unreleased]: https://github.com/kytta/shareon/compare/v2.3.0...main +[2.3.0]: https://github.com/kytta/shareon/compare/v2.2.3...v2.3.0 [2.2.3]: https://github.com/kytta/shareon/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/kytta/shareon/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/kytta/shareon/compare/v2.2.0...v2.2.1 diff --git a/package.json b/package.json index 14baa72..c64b3b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shareon", - "version": "2.2.3", + "version": "2.3.0", "description": "Lightweight, stylish and ethical share buttons for popular social networks", "license": "MIT", "homepage": "https://shareon.js.org",