diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..00a5be4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +[npm history][1] + +[1]: https://www.npmjs.com/package/@zapper-fi/eslint-plugin-zapper?activeTab=versions + +## 1.0.0 (2022-07-21) + + +### Features + +* **changelog:** Init changelog ([00e2b99](https://github.com/Zapper-fi/eslint-plugin-zapper/commit/00e2b9913064380febe651237121cb20a250847e)) +* **eslint:** initial commit ([6c1fe74](https://github.com/Zapper-fi/eslint-plugin-zapper/commit/6c1fe7470ee6756767b59a8334da4cd67fb4b23e)) + + +### Bug Fixes + +* **docs:** updated readme ([f5a83c8](https://github.com/Zapper-fi/eslint-plugin-zapper/commit/f5a83c84e1dc5e419fdccea05448193d294869d0)) +* **ethereum-address:** Use name of the rule ([4347d02](https://github.com/Zapper-fi/eslint-plugin-zapper/commit/4347d02e922f5b3824e799c1a35bf51425ca90ed)) +* **package:** Use PNPM and fix tests ([c48c7ef](https://github.com/Zapper-fi/eslint-plugin-zapper/commit/c48c7ef1933dd64ebdb28d93108160b35c8b17dc)) + +## [0.1.0](https://github.com/Zapper-fi/eslint-plugin-zapper/compare/v0.1.0...v0.0.1) (2022-07-21) + + +### Features + +* **chore:** Initial PR diff --git a/package.json b/package.json index e21d186..d06e091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/eslint-plugin-ethereum-address", - "version": "0.0.0", + "version": "1.0.0", "description": "Ethereum addresses must be lowercased", "keywords": [ "eslint",