Skip to content

Commit 7bfa26c

Browse files
authored
Merge pull request #30 from alioguzhan/release-please--branches--main--components----libraryname--
chore(main): release 3.0.0
2 parents c13347a + 3aad88c commit 7bfa26c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/alioguzhan/react-typescript-library/compare/v2.0.0...v3.0.0) (2023-05-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop React 17 support
9+
* drop node 14 support
10+
11+
### Miscellaneous Chores
12+
13+
* drop node 14 support ([68852c7](https://github.com/alioguzhan/react-typescript-library/commit/68852c72b946922bfdeb1c79c7f855862da2ab30))
14+
* drop React 17 support ([c13347a](https://github.com/alioguzhan/react-typescript-library/commit/c13347ac78e5640c6442b782b63afd3f2e998c88))
15+
316
## [2.0.0](https://github.com/alioguzhan/react-typescript-library/compare/v1.0.0...v2.0.0) (2023-01-20)
417

518

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "--libraryname--",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"keywords": [],
55
"description": "",
66
"main": "dist/index.min.js",

0 commit comments

Comments
 (0)