From c07f0138b9bf14995d70102172ab029411f4d50a Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 13 Feb 2022 15:58:45 +0100 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a52376..ffacb8a 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.0.0] - 2021-02-13 ### Added @@ -236,7 +236,8 @@ Initial release of shareon - Add Telegram button - Add Twitter button -[unreleased]: https://codeberg.org/kytta/shareon/compare/v1.6.3...main +[unreleased]: https://codeberg.org/kytta/shareon/compare/v2.0.0...main +[2.0.0]: https://codeberg.org/kytta/shareon/compare/v1.6.3...v2.0.0 [1.6.2]: https://codeberg.org/kytta/shareon/compare/v1.6.2...v1.6.3 [1.6.2]: https://codeberg.org/kytta/shareon/compare/v1.6.1...v1.6.2 [1.6.1]: https://codeberg.org/kytta/shareon/compare/v1.6.0...v1.6.1 diff --git a/package.json b/package.json index 173d211..f7e8582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shareon", - "version": "2.0.0-rc.0", + "version": "2.0.0", "description": "Lightweight, stylish and ethical share buttons for popular social networks", "license": "MIT", "homepage": "https://shareon.js.org",