Skip to content

Commit

Permalink
chore(release): release 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrigzr committed Sep 6, 2021
1 parent 7c02dc4 commit 020aa6f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/BBVAEngineering/javascript/compare/v4.0.0...v4.0.1) (2021-09-06)

### Bug Fixes

- turn off `callback-return` rule to avoid ember collision ([c6e8567](https://github.com/BBVAEngineering/javascript/commit/c6e85676faff9be59bb1e8d210a73b4bca9bc688))

# 4.0.0 (2021-08-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"npmClient": "yarn",
"packages": ["packages/*"],
"useWorkspaces": true,
"version": "4.0.0"
"version": "4.0.1"
}
6 changes: 6 additions & 0 deletions packages/eslint-config-bbva/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/BBVAEngineering/javascript/compare/v4.0.0...v4.0.1) (2021-09-06)

### Bug Fixes

- turn off `callback-return` rule to avoid ember collision ([c6e8567](https://github.com/BBVAEngineering/javascript/commit/c6e85676faff9be59bb1e8d210a73b4bca9bc688))

# 4.0.0 (2021-08-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bbva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-bbva",
"version": "4.0.0",
"version": "4.0.1",
"description": "BBVA's ESLint config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 020aa6f

Please sign in to comment.