Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Aug 19, 2019
1 parent 3bc6738 commit c9ace4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c9ace4c

Please sign in to comment.