Skip to content

Commit be3e0b9

Browse files
committed
Bump version to 4.0.0
1 parent bdb38b0 commit be3e0b9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shakacode-style-guide-javascript",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Shakacode javascript style guide.",
55
"authors": [
66
"Justin Gordon <[email protected]> (https://github.com/justin808)",

packages/eslint-config-shakacode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 4.0.0
4+
5+
* **Breaking:** Deps updates: `babel-eslint` to `6.x.x`.
6+
37
## 3.0.0
48

59
* **Breaking:** Deps updates: `babel-eslint` to `5.x.x` and `eslint-config-airbnb` to `6.x.x`.

packages/eslint-config-shakacode/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-shakacode",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Shakacode eslint config.",
55
"authors": [
66
"Justin Gordon <[email protected]> (https://github.com/justin808)",

0 commit comments

Comments
 (0)