diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..781fcf7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 0.1.1 (2021-09-06) + + +### Features + +* add base configs ([b5c8222](https://github.com/sozonome/eslint-config-sznm/commit/b5c822218a0af77e53915c3332a482f7ddc45f4e)) +* **import:** add import configs ([518d3fb](https://github.com/sozonome/eslint-config-sznm/commit/518d3fb1d5d86704851f557ed26d805dac06e558)) +* **react:** add react configs ([9696f9a](https://github.com/sozonome/eslint-config-sznm/commit/9696f9a0659eaa1f96a6b6245a4eef6923617678)) diff --git a/package.json b/package.json index de8922a..781fe7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-sznm", - "version": "0.1.0", + "version": "0.1.1", "description": "sozonome's ESLint configuration", "main": "index.js", "scripts": {