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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2022-09-06)


### Features

* add github pages integration ([b7534eb](https://github.com/alioguzhan/react-typescript-library/commit/b7534eb9d2beaec95069c658674587173f8db2e2))
* generate customized README after installation ([68ca2c1](https://github.com/alioguzhan/react-typescript-library/commit/68ca2c11e37fb14487e2ffe55f3366d0290ed7ca))
* integrate release-please ([fe05370](https://github.com/alioguzhan/react-typescript-library/commit/fe0537037174620d6bba9bb60aa2aae03011fad3))


### Bug Fixes

* add jest-environment-jsdom for the new version of jest ([40eb502](https://github.com/alioguzhan/react-typescript-library/commit/40eb502a6aa6b00439514c3c1955a70385b34467))
* postcss integration is not working ([a510c71](https://github.com/alioguzhan/react-typescript-library/commit/a510c71577f5c5d8b803718704741aa131858876))
* update typedoc config ([72f30e7](https://github.com/alioguzhan/react-typescript-library/commit/72f30e726cc0986c1e1e17285b02e0449c7dbe49))
* upgrade deps to fix vulnerabilities ([bf40348](https://github.com/alioguzhan/react-typescript-library/commit/bf40348e29fa50f7ec578e5a76c9f4e8251065aa))
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": "0.1.0",
"version": "1.0.0",
"keywords": [],
"description": "",
"main": "dist/index.min.js",
Expand Down