diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ade5bea --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index a8a0192..adb89bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "--libraryname--", - "version": "0.1.0", + "version": "1.0.0", "keywords": [], "description": "", "main": "dist/index.min.js",