From f1e8f6766d4033965a353e2d4250bc0c16fbdfb1 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 13 Apr 2020 09:54:10 -0700 Subject: [PATCH] build: 2.0.4 release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a66ed008..0dcb862c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.0.4 (2020-04-13) + +* chore(deps-dev): bump husky from 4.2.3 to 4.2.5 (#66) ([42e242d](https://github.com/readmeio/eslint-config/commit/42e242d)), closes [#66](https://github.com/readmeio/eslint-config/issues/66) +* chore(deps-dev): bump prettier from 2.0.2 to 2.0.3 (#64) ([313e50d](https://github.com/readmeio/eslint-config/commit/313e50d)), closes [#64](https://github.com/readmeio/eslint-config/issues/64) +* chore(deps-dev): bump prettier from 2.0.3 to 2.0.4 (#67) ([60e12b4](https://github.com/readmeio/eslint-config/commit/60e12b4)), closes [#67](https://github.com/readmeio/eslint-config/issues/67) +* chore(deps): bump eslint-plugin-prettier from 3.1.2 to 3.1.3 (#65) ([e68d7af](https://github.com/readmeio/eslint-config/commit/e68d7af)), closes [#65](https://github.com/readmeio/eslint-config/issues/65) + + + ## 2.0.3 (2020-04-06) * chore(deps): bump eslint-plugin-import from 2.20.1 to 2.20.2 (#60) ([5306f99](https://github.com/readmeio/eslint-config/commit/5306f99)), closes [#60](https://github.com/readmeio/eslint-config/issues/60) diff --git a/package.json b/package.json index 572ef9fc..940c156f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "2.0.3", + "version": "2.0.4", "description": "ReadMe coding standards", "main": "index.js", "scripts": {