From c9ace4c6f850a141b7319c35749eb24e1ba7ae12 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 19 Aug 2019 12:04:19 +0200 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d713d3f..add2cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ 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). -#### [v1.3.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.3.0...v1.3.0) +#### [v1.4.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.3.0...v1.4.0) > 19 August 2019 +- Updates [`#32`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/32) - Update release-it to the latest version 🚀 [`#28`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/28) - Update eslint-plugin-node to the latest version 🚀 [`#27`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/27) - Update release-it to the latest version 🚀 [`#26`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/26) @@ -16,9 +17,15 @@ 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) -- chore(package): update release-it to version 12.0.0 [`9016b6d`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/9016b6ddbccb48872a8a49f5a8155eca992c622c) -- fix(package): update eslint-plugin-node to version 9.0.0 [`075796a`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/075796a71e53b2b33f298bce487ddcce0022cf5e) -- chore(package): update release-it to version 11.0.0 [`b8b3649`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/commit/b8b364962b5a7a06eeb60be50d756d9ceaeed60e) +- 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) + +#### [v1.3.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.2.0...v1.3.0) + +> 29 October 2018 + +- upgraded eslint-plugin-node to 8.0, removed peer deps [`#19`](https://github.com/oceanprotocol/eslint-config-oceanprotocol/pull/19) #### [v1.2.0](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.1.1...v1.2.0) diff --git a/package.json b/package.json index 8d14de9..2560675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-oceanprotocol", - "version": "1.3.0", + "version": "1.4.0", "description": "ESLint configuration for all of Ocean Protocol's JavaScript", "main": "index.js", "scripts": {