diff --git a/History.md b/History.md index bb80ea1..ae5f38c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +4.0.0 / 2016-10-25 +================== + + * update node versions used for travis + * bump deps to eslint 3.x and eslint-plugin-standard 2.x + +3.0.0 / 2016-08-31 +================== + + * many es2015 changes (fn shorthand requirements, etc) 1.2.0 / 2015-08-06 ================== diff --git a/package.json b/package.json index 16035af..a6a75ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-pebble", "description": "ESLint Shareable Config for Pebble", - "version": "3.0.0", + "version": "4.0.0", "bugs": { "url": "https://github.com/pebble/eslint-config-pebble/issues" },