diff --git a/CHANGELOG.md b/CHANGELOG.md index 559a044..0386cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [2.5.0] - 2024-02-04 ### Added @@ -349,7 +349,8 @@ Initial release of shareon - Add Telegram button - Add Twitter button -[unreleased]: https://github.com/kytta/shareon/compare/v2.4.0...main +[unreleased]: https://github.com/kytta/shareon/compare/v2.5.0...main +[2.4.0]: https://github.com/kytta/shareon/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/kytta/shareon/compare/v2.3.0...v2.4.0 [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 diff --git a/package.json b/package.json index 39f3547..3505c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shareon", - "version": "2.4.0", + "version": "2.5.0", "description": "Lightweight, stylish and ethical share buttons for popular social networks", "license": "MIT", "homepage": "https://shareon.js.org",