diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5065625 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# 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.0.5 (2022-02-21) + + +### Features + +* add commitlint ([d3a90a4](https://github.com/monogramdesign/eslint-config/commit/d3a90a44a8c51b4850302c3b1901a57333d65e22)), closes [#2](https://github.com/monogramdesign/eslint-config/issues/2) +* add husky, run commitlint on commit messages ([3337a3f](https://github.com/monogramdesign/eslint-config/commit/3337a3f0ab650bb3155b7739cfcf72f2c209ebd4)) +* add script to run without building TS to JS ([41c6ca7](https://github.com/monogramdesign/eslint-config/commit/41c6ca78ef15f3f95d95faa07627154befb19706)) +* add standard-version for releases & changelogs ([19f8ab1](https://github.com/monogramdesign/eslint-config/commit/19f8ab1f4012ab248790248db4d1c2165903ff35)) +* find pkg manager installation, index refactor ([c8ba014](https://github.com/monogramdesign/eslint-config/commit/c8ba014d5fdd468a61c0ce132457957172dc1a4e)) + + +### Bug Fixes + +* rename `run` to `start to avoid conflicts ([b3eddd6](https://github.com/monogramdesign/eslint-config/commit/b3eddd672eaa81780c39fcc2bf7ccd50f0d6d1e7)) diff --git a/package.json b/package.json index c736646..daadf4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@monogram/eslint-config", - "version": "0.0.4", + "version": "0.0.5", "description": "ESLint configs used at Monogram", "keywords": [ "eslint",