From 9b1b41317f9c76803cb837d7da508b24f5606673 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 23 Nov 2024 09:10:54 +0100 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0386cdb..cf44ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,33 @@ 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.6.0] - 2024-11-23 + +### Added + +- [#132](https://github.com/kytta/shareon/pull/132) + Hacker News button by [Abdelhadi](https://github.com/Abd-Elhadi) +- [#134](https://github.com/kytta/shareon/pull/134) + Bluesky button + +### Security + +- [#122](https://github.com/kytta/shareon/pull/122) + Bump `braces` to v3.0.3 +- [#135](https://github.com/kytta/shareon/pull/135) + Bump `micromatch` to 4.0.8 +- [#136](https://github.com/kytta/shareon/pull/136) + Bump `cross-spawn` to v7.0.5 +- [#137](https://github.com/kytta/shareon/pull/137) + Bump `rollup` to v4.27.2 + +### Behind-the-scenes + +- [#123](https://github.com/kytta/shareon/pull/123) + Use PNPM lockfile v9 +- [#124](https://github.com/kytta/shareon/pull/124) + Update dev dependencies + ## [2.5.0] - 2024-02-04 ### Added @@ -349,8 +376,9 @@ Initial release of shareon - Add Telegram button - Add Twitter button -[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 +[unreleased]: https://github.com/kytta/shareon/compare/v2.6.0...main +[2.6.0]: https://github.com/kytta/shareon/compare/v2.5.0...v2.6.0 +[2.5.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 8bc4d68..5b405ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shareon", - "version": "2.5.0", + "version": "2.6.0", "description": "Lightweight, stylish and ethical share buttons for popular social networks", "license": "MIT", "homepage": "https://shareon.js.org",