diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a5e2f..893d981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.0.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.5.0...v2.0.0) + +- Update all the things [`#42`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/42) +- Update prettier to the latest version 🚀 [`#38`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/38) +- Update release-it to the latest version 🚀 [`#37`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/37) +- Update eslint-plugin-node to the latest version 🚀 [`#36`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/36) +- Update eslint-plugin-node to the latest version 🚀 [`#35`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/35) +- update all dependencies [`9f2a69d`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/9f2a69d9da0145996f3a3d660423260a7731ad50) +- update docs [`2e226be`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/2e226be84987b1242c66cdaeeead540d3cfd3872) +- add CI [`7968e44`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/7968e44b1808c8579374343896fa108cc649b9e2) + #### [v1.5.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.4.0...v1.5.0) > 20 August 2019 - Update eslint-config-standard-react to the latest version 🚀 [`#34`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/34) - Update eslint-config-standard to the latest version 🚀 [`#33`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/33) +- Release 1.5.0 [`a2f6482`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/a2f648277bfda7405bd591ad84199a697c4c332b) - bump packages [`cee0bd7`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/cee0bd741fc9c9a322a109a33c3f461e678919c0) - fix(package): update eslint-config-standard-react to version 9.0.0 [`80e1026`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/80e10261a6323706fe30dfa53d0f7397dc5c3f91) -- fix(package): update eslint-config-standard to version 14.0.0 [`833010b`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/833010be3c75da0c24cfa3d54d53383929a0263d) #### [v1.4.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.3.0...v1.4.0) @@ -27,6 +38,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Standardize contrib guidelines across public repos [`#22`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/22) - 1.3.0 [`#20`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/20) - Update release-it to the latest version 🚀 [`#21`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/21) +- upgraded eslint-plugin-node to 8.0, removed peer deps [`#19`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/19) - package updates, add changelog [`9385d71`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/9385d7183f6b1a25dfb8eb703cbdd132b4de987a) - add prettier [`faf1e86`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/faf1e861c887d5915b323b7072c77d0f5ef9a4ed) - document prettier [`84ff8f7`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/84ff8f742ca9a17436bfce97cba9a27ce9983f03) @@ -35,7 +47,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 29 October 2018 -- upgraded eslint-plugin-node to 8.0, removed peer deps [`#19`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/19) +- upgraded eslint-plugin-node to 8.0, removed peer deps [`4859fe2`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/4859fe21f8ff99d1f0e96bf5cf368f0af5d9e844) #### [v1.2.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.1.1...v1.2.0) diff --git a/package-lock.json b/package-lock.json index cd8406f..e998d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-oceanprotocol", - "version": "1.5.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-oceanprotocol", - "version": "1.5.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "eslint": "^8.15.0", diff --git a/package.json b/package.json index c4a801c..d3501e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-oceanprotocol", - "version": "1.5.0", + "version": "2.0.0", "description": "ESLint configuration for all of Ocean Protocol's JavaScript", "main": "index.js", "scripts": {