Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leoortizz committed Sep 13, 2023
1 parent c082dee commit 96470a1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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.2.0](https://github.com/monogramdesign/eslint-config/compare/v0.1.0...v0.2.0) (2023-09-13)


### Features

* shared config, improve prompts ([#11](https://github.com/monogramdesign/eslint-config/issues/11)) ([c082dee](https://github.com/monogramdesign/eslint-config/commit/c082dee3d78d0a6e2be103c87127f3d195980b37)), closes [#6](https://github.com/monogramdesign/eslint-config/issues/6) [#7](https://github.com/monogramdesign/eslint-config/issues/7)
* update nextjs rules ([2e934e5](https://github.com/monogramdesign/eslint-config/commit/2e934e5c127efedcedf9d3d773340bcd36db587e))


### Bug Fixes

* lint fixes ([291a9f8](https://github.com/monogramdesign/eslint-config/commit/291a9f82df66df5b3d20d649380cad69d4ec051f))


### Refactors

* ESLint packages devDeps > peerDeps ([f283b3f](https://github.com/monogramdesign/eslint-config/commit/f283b3fa8622510d1341494a2e1819dae235e03d))


### Chore

* add commitlint back ([75fe600](https://github.com/monogramdesign/eslint-config/commit/75fe600805dc3c082fb0c8211271687f410383fa))
* add standard-version config ([a7e1d8d](https://github.com/monogramdesign/eslint-config/commit/a7e1d8d34ffeb7d761cab184129f7cdc38185b06))
* build in prestart & postinstall ([ddb9f59](https://github.com/monogramdesign/eslint-config/commit/ddb9f594d42362e9354633c2c719d3dd31916cb0))
* enable pre-post-scripts ([95881f8](https://github.com/monogramdesign/eslint-config/commit/95881f8451b19d29c2f3ef1970b7bd5338d37771))
* **release:** 0.1.1 ([959360a](https://github.com/monogramdesign/eslint-config/commit/959360a393a45d249fd750296e2d5bc186e7896f))
* **release:** 0.1.2 ([6afce1f](https://github.com/monogramdesign/eslint-config/commit/6afce1fbb1926658b2f592c4065b53336813227f))
* use node config ([ea47cf5](https://github.com/monogramdesign/eslint-config/commit/ea47cf5cca67fcb47e439251420ec5ac052c63e0))
* use node config internally ([fe9bb0b](https://github.com/monogramdesign/eslint-config/commit/fe9bb0b73ec1b956f2e1e20b3511de509bff16f5))

### [0.1.2](https://github.com/monogramdesign/eslint-config/compare/v0.1.0...v0.1.2) (2022-04-08)

### Fixes
Expand Down
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.1.2",
"version": "0.2.0",
"description": "ESLint configs used at Monogram",
"keywords": [
"eslint-config",
Expand Down

0 comments on commit 96470a1

Please sign in to comment.