Skip to content

Commit dbe8ed5

Browse files
committed
2.3.0
1 parent 2a95cab commit dbe8ed5

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [2.3.0] - 2023-08-01
8+
9+
### Added
10+
11+
- [#80](https://github.com/kytta/shareon/pull/80):
12+
Tumblr button by [Isaac](https://github.com/kabszac)
13+
14+
### Behind-the-scenes
15+
16+
- [#82](https://github.com/kytta/shareon/pull/82):
17+
PNPM is now enforced by [Anderson](https://github.com/andersonjoseph)
18+
719
## [2.2.3] - 2023-07-19
820

921
### Fixed
@@ -314,7 +326,8 @@ Initial release of shareon
314326
- Add Telegram button
315327
- Add Twitter button
316328
317-
[unreleased]: https://github.com/kytta/shareon/compare/v2.2.3...main
329+
[unreleased]: https://github.com/kytta/shareon/compare/v2.3.0...main
330+
[2.3.0]: https://github.com/kytta/shareon/compare/v2.2.3...v2.3.0
318331
[2.2.3]: https://github.com/kytta/shareon/compare/v2.2.2...v2.2.3
319332
[2.2.2]: https://github.com/kytta/shareon/compare/v2.2.1...v2.2.2
320333
[2.2.1]: https://github.com/kytta/shareon/compare/v2.2.0...v2.2.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shareon",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
55
"license": "MIT",
66
"homepage": "https://shareon.js.org",

0 commit comments

Comments
 (0)