parent
60b1f0541a
commit
c07f0138b9
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue