Update CHANGELOG
parent
fdf4c946c0
commit
2378f55de5
14
CHANGELOG.md
14
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).
|
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
|
## [2.0.2] - 2023-01-25
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -269,7 +280,8 @@ Initial release of shareon
|
||||||
- Add Telegram button
|
- Add Telegram button
|
||||||
- Add Twitter 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.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.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
|
[2.0.0]: https://github.com/kytta/shareon/compare/v1.6.3...v2.0.0
|
||||||
|
|
Loading…
Reference in New Issue