Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2021-04-24)

### Bug Fixes

* stop using the legacy prettier configs ([9c57202](9c57202))

### BREAKING CHANGES

* recently published versions are broken
  • Loading branch information
semantic-release-bot committed Apr 24, 2021
1 parent 9c57202 commit b43c628
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v4.0.0...v5.0.0) (2021-04-24)


### Bug Fixes

* stop using the legacy prettier configs ([9c57202](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/9c5720236b6cb737ed9d8559e42147fb2eeb54e4))


### BREAKING CHANGES

* recently published versions are broken

# [4.0.0](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v3.3.0...v4.0.0) (2021-04-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@rfgamaral/eslint-config-typescript-unified",
"description": "A unified ESLint configuration with sensible defaults for TypeScript projects.",
"version": "4.0.0",
"version": "5.0.0",
"main": "./index.js",
"author": {
"name": "Ricardo Amaral",
Expand Down

0 comments on commit b43c628

Please sign in to comment.