Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 13, 2021
1 parent b0b0098 commit d684692
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.3.0](https://github.com/burtek/eslint-config/compare/v1.2.3...v1.3.0)

- Add jest plugins [`b0b0098`](https://github.com/burtek/eslint-config/commit/b0b00986fce5cd6ef3c067a38c991b6b208fd51c)

#### [v1.2.3](https://github.com/burtek/eslint-config/compare/v1.2.2...v1.2.3)

> 12 November 2021
#### [v1.2.2](https://github.com/burtek/eslint-config/compare/v1.2.1...v1.2.2)

> 12 November 2021
- fix import ordering rules collision [`acb3ab7`](https://github.com/burtek/eslint-config/commit/acb3ab793275af60977f390e3452d82e5aec2ea6)

#### [v1.2.1](https://github.com/burtek/eslint-config/compare/v1.2.0...v1.2.1)

> 12 November 2021
- Some fine tuning-up of rules for test files [`8be6689`](https://github.com/burtek/eslint-config/commit/8be6689d629d008b8164ff9d206586867080ff0a)

#### [v1.2.0](https://github.com/burtek/eslint-config/compare/v1.1.0...v1.2.0)

> 12 November 2021
- Some fine tuning-up of rules [`ebffc7a`](https://github.com/burtek/eslint-config/commit/ebffc7a461a3bf369e85c278b211a323f7192914)

#### v1.1.0

> 12 November 2021
- Initial release [`c6d11a0`](https://github.com/burtek/eslint-config/commit/c6d11a050cd154e7db367d538c4e954b3795a34d)
- Initial commit [`e612d49`](https://github.com/burtek/eslint-config/commit/e612d4957d62bf667cbe3758c58108bee67b9a8e)
- fix rules [`8d5872d`](https://github.com/burtek/eslint-config/commit/8d5872d72b739ba1490840a355b47139baa421d7)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dtrw/eslint-config",
"version": "1.2.3",
"version": "1.3.0",
"author": "Bartosz Dotryw <burtekdotryw@gmail.com>",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -28,7 +28,9 @@
"typescript": ">=4"
},
"private": false,
"scripts": {},
"scripts": {
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"repository": {
"url": "https://github.com/burtek/eslint-config"
},
Expand Down

0 comments on commit d684692

Please # to comment.