Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leoortizz committed Feb 21, 2022
1 parent c8ba014 commit 9af76d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monogram/eslint-config",
"version": "0.0.4",
"version": "0.0.5",
"description": "ESLint configs used at Monogram",
"keywords": [
"eslint",
Expand Down

0 comments on commit 9af76d0

Please sign in to comment.