Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/alioguzhan/react-typescript-library/compare/v1.0.0...v2.0.0) (2023-01-20)


### ⚠ BREAKING CHANGES

* upgrade node engine minimum version to 14

### Features

* create example app wth typescript template ([6cc5bea](https://github.com/alioguzhan/react-typescript-library/commit/6cc5bea0aa8eb09477ffb7c36dcf06a6b2e0a8e4))


### Miscellaneous Chores

* upgrade node engine minimum version to 14 ([2cdeb1e](https://github.com/alioguzhan/react-typescript-library/commit/2cdeb1ec3b902b9dbdf60cbf53b4ca884e90603f))

## 1.0.0 (2022-09-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "--libraryname--",
"version": "1.0.0",
"version": "2.0.0",
"keywords": [],
"description": "",
"main": "dist/index.min.js",
Expand Down