Skip to content

Commit

Permalink
chore(release): 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed May 2, 2022
1 parent 4f484a9 commit 6eac010
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## [0.5.4](https://github.com/JamieMason/eslint-formatter-git-log/compare/0.5.3...0.5.4) (2022-05-02)


### Bug Fixes

* **npm:** update dependencies ([036eae2](https://github.com/JamieMason/eslint-formatter-git-log/commit/036eae28146ad0f6216457accd7b09b38485c0eb))



## [0.5.3](https://github.com/JamieMason/eslint-formatter-git-log/compare/0.5.1...0.5.3) (2019-08-28)


### Bug Fixes

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



Expand All @@ -13,8 +22,8 @@

### Features

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



Expand All @@ -23,7 +32,7 @@

### Features

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



Expand All @@ -32,7 +41,7 @@

### Bug Fixes

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



Expand All @@ -41,16 +50,16 @@

### Features

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



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


### Features

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



14 changes: 2 additions & 12 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,18 @@ command line tools.
npm install eslint-formatter-git-log --save
```

## Tests

```sh
npm install
npm test
```

## Dependencies

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

## Dev Dependencies

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

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-formatter-git-log",
"description": "ESLint Formatter featuring Git Author, Date, and Hash",
"version": "0.5.3",
"version": "0.5.4",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/eslint-formatter-git-log/issues",
"dependencies": {
Expand Down

0 comments on commit 6eac010

Please sign in to comment.