Skip to content

Commit 6eac010

Browse files
committed
chore(release): 0.5.4
1 parent 4f484a9 commit 6eac010

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
## [0.5.4](https://github.com/JamieMason/eslint-formatter-git-log/compare/0.5.3...0.5.4) (2022-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** update dependencies ([036eae2](https://github.com/JamieMason/eslint-formatter-git-log/commit/036eae28146ad0f6216457accd7b09b38485c0eb))
7+
8+
9+
110
## [0.5.3](https://github.com/JamieMason/eslint-formatter-git-log/compare/0.5.1...0.5.3) (2019-08-28)
211

312

413
### Bug Fixes
514

6-
* **format:** handle undefined file locations ([860ac92](https://github.com/JamieMason/eslint-formatter-git-log/commit/860ac92))
7-
* **npm:** update dependencies ([e6f3143](https://github.com/JamieMason/eslint-formatter-git-log/commit/e6f3143))
15+
* **format:** handle undefined file locations ([860ac92](https://github.com/JamieMason/eslint-formatter-git-log/commit/860ac92de589e7e92830ec059d79d89d0bb9a829))
16+
* **npm:** update dependencies ([e6f3143](https://github.com/JamieMason/eslint-formatter-git-log/commit/e6f3143fa387219912f7dd0a19c6eee04377ec8d))
817

918

1019

@@ -13,8 +22,8 @@
1322

1423
### Features
1524

16-
* **format:** add .getUserEmail() method to aid with filtered reports ([f7e3d87](https://github.com/JamieMason/eslint-formatter-git-log/commit/f7e3d87))
17-
* **format:** expose more configuration ([e985cce](https://github.com/JamieMason/eslint-formatter-git-log/commit/e985cce))
25+
* **format:** add .getUserEmail() method to aid with filtered reports ([f7e3d87](https://github.com/JamieMason/eslint-formatter-git-log/commit/f7e3d870ec47905084a521c0bc6eaf6fd808e226))
26+
* **format:** expose more configuration ([e985cce](https://github.com/JamieMason/eslint-formatter-git-log/commit/e985ccec0b79767a820449a635e43dcd7c583aa3))
1827

1928

2029

@@ -23,7 +32,7 @@
2332

2433
### Features
2534

26-
* **format:** add support for personalised reports ([ae941c1](https://github.com/JamieMason/eslint-formatter-git-log/commit/ae941c1))
35+
* **format:** add support for personalised reports ([ae941c1](https://github.com/JamieMason/eslint-formatter-git-log/commit/ae941c1cbc9c23f6b779084a8fe02f1dfa0c436c))
2736

2837

2938

@@ -32,7 +41,7 @@
3241

3342
### Bug Fixes
3443

35-
* **format:** ESLint doesn't always provide an endLine ([5663ee5](https://github.com/JamieMason/eslint-formatter-git-log/commit/5663ee5))
44+
* **format:** ESLint doesn't always provide an endLine ([5663ee5](https://github.com/JamieMason/eslint-formatter-git-log/commit/5663ee5bf0861afae2538e53ebc99dafa9a65a5e))
3645

3746

3847

@@ -41,16 +50,16 @@
4150

4251
### Features
4352

44-
* **format:** expose configuration for customisation ([4468586](https://github.com/JamieMason/eslint-formatter-git-log/commit/4468586))
53+
* **format:** expose configuration for customisation ([4468586](https://github.com/JamieMason/eslint-formatter-git-log/commit/4468586451d1c14a0d0101eef13c396276dadc87))
4554

4655

4756

48-
# [0.1.0](https://github.com/JamieMason/eslint-formatter-git-log/compare/3aea523...0.1.0) (2019-08-02)
57+
# [0.1.0](https://github.com/JamieMason/eslint-formatter-git-log/compare/3aea523e7a910e4d9989e75422a7589e1f486672...0.1.0) (2019-08-02)
4958

5059

5160
### Features
5261

53-
* **format:** include git author, date, and hash ([3aea523](https://github.com/JamieMason/eslint-formatter-git-log/commit/3aea523))
62+
* **format:** include git author, date, and hash ([3aea523](https://github.com/JamieMason/eslint-formatter-git-log/commit/3aea523e7a910e4d9989e75422a7589e1f486672))
5463

5564

5665

DEPENDENCIES.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,18 @@ command line tools.
1515
npm install eslint-formatter-git-log --save
1616
```
1717

18-
## Tests
19-
20-
```sh
21-
npm install
22-
npm test
23-
```
24-
2518
## Dependencies
2619

2720
- [chalk](https://ghub.io/chalk): Terminal string styling done right
2821

2922
## Dev Dependencies
3023

3124
- [@types/eslint](https://ghub.io/@types/eslint): TypeScript definitions for eslint
32-
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
3325
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
26+
- [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
27+
- [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree
3428
- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
35-
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
3629
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
37-
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
38-
- [ts-jest](https://ghub.io/ts-jest): A preprocessor with source maps support to help use TypeScript with Jest
39-
- [tslint](https://ghub.io/tslint): An extensible static analysis linter for the TypeScript language
4030
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development
4131

4232
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-formatter-git-log",
33
"description": "ESLint Formatter featuring Git Author, Date, and Hash",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"author": "Jamie Mason (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/eslint-formatter-git-log/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)