From 2378f55de58283cb7ae3b461b7148793edc0c097 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Mon, 20 Mar 2023 19:20:09 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc89a7c..ff274fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.1.0] - 2023-03-20 + +### Added + +- "Copy URL" button in https://github.com/kytta/shareon/pull/44 + +### Behind-the-scenes + +- Added pre-commit hooks in https://github.com/kytta/shareon/pull/47 +- Fixed `size-limit-action` branch in https://github.com/kytta/shareon/pull/48 + ## [2.0.2] - 2023-01-25 ### Changed @@ -269,7 +280,8 @@ Initial release of shareon - Add Telegram button - Add Twitter button -[unreleased]: https://github.com/kytta/shareon/compare/v2.0.2...main +[unreleased]: https://github.com/kytta/shareon/compare/v2.1.0...main +[2.1.0]: https://github.com/kytta/shareon/compare/v2.0.2...v2.1.0 [2.0.2]: https://github.com/kytta/shareon/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/kytta/shareon/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/kytta/shareon/compare/v1.6.3...v2.0.0