Skip to content

Commit 020aa6f

Browse files
committed
chore(release): release 4.0.1 [skip ci]
1 parent 7c02dc4 commit 020aa6f

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/BBVAEngineering/javascript/compare/v4.0.0...v4.0.1) (2021-09-06)
7+
8+
### Bug Fixes
9+
10+
- turn off `callback-return` rule to avoid ember collision ([c6e8567](https://github.com/BBVAEngineering/javascript/commit/c6e85676faff9be59bb1e8d210a73b4bca9bc688))
11+
612
# 4.0.0 (2021-08-31)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"npmClient": "yarn",
1111
"packages": ["packages/*"],
1212
"useWorkspaces": true,
13-
"version": "4.0.0"
13+
"version": "4.0.1"
1414
}

packages/eslint-config-bbva/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/BBVAEngineering/javascript/compare/v4.0.0...v4.0.1) (2021-09-06)
7+
8+
### Bug Fixes
9+
10+
- turn off `callback-return` rule to avoid ember collision ([c6e8567](https://github.com/BBVAEngineering/javascript/commit/c6e85676faff9be59bb1e8d210a73b4bca9bc688))
11+
612
# 4.0.0 (2021-08-31)
713

814
### Bug Fixes

packages/eslint-config-bbva/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-bbva",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "BBVA's ESLint config",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)