diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b601b..5d1a55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/MatiPl01/eslint-config-react-native-matipl01/compare/v2.0.0...v2.0.1) (2023-10-19) + + +### Bug Fixes + +* npm versioning ([#22](https://github.com/MatiPl01/eslint-config-react-native-matipl01/issues/22)) ([472411f](https://github.com/MatiPl01/eslint-config-react-native-matipl01/commit/472411f83d0b66cc3e1670c01345d07072691a2d)) + ## [1.0.3](https://github.com/MatiPl01/eslint-config-react-native-matipl01/compare/v1.0.2...v1.0.3) (2023-10-09) ### Bug Fixes diff --git a/package.json b/package.json index 04a8b13..0710f63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-react-native-matipl01", "description": "eslint config for React Native projects", - "version": "2.0.0", + "version": "2.0.1", "author": "Mateusz Łopaciński ", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.7.3",