From 60425ad973cef8df7097196509d305832a44b0a0 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 4 Sep 2017 13:16:21 +0200 Subject: [PATCH] chore(release): 1.4.2 --- CHANGELOG.md | 5 +++++ package.json | 37 ++++++++++++++++++++----------------- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09cf91b..35e1b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.4.2](https://github.com/medikoo/eslint-config-medikoo-es5/compare/v1.4.1...v1.4.2) (2017-09-04) + + + ## [1.4.1](https://github.com/medikoo/eslint-config-medikoo-es5/compare/v1.4.0...v1.4.1) (2017-06-20) diff --git a/package.json b/package.json index 1a59b2f..f82ff88 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,22 @@ { - "name": "eslint-config-medikoo-es5", - "version": "1.4.1", - "description": "ESLint config for medikoo's ES5 projects", - "author": "Mariusz Nowak (http://www.medikoo.com/)", - "keywords": ["eslint-config", "eslint"], - "repository": { - "type": "git", - "url": "git://github.com/medikoo/eslint-config-medikoo-es5.git" - }, - "dependencies": { - "es5-ext": "^0.10.30", - "eslint-config-medikoo": "^1.24.1" - }, - "peerDependencies": { - "eslint": ">=0.8.0" - }, - "license": "MIT" + "name": "eslint-config-medikoo-es5", + "version": "1.4.2", + "description": "ESLint config for medikoo's ES5 projects", + "author": "Mariusz Nowak (http://www.medikoo.com/)", + "keywords": [ + "eslint-config", + "eslint" + ], + "repository": { + "type": "git", + "url": "git://github.com/medikoo/eslint-config-medikoo-es5.git" + }, + "dependencies": { + "es5-ext": "^0.10.30", + "eslint-config-medikoo": "^1.24.1" + }, + "peerDependencies": { + "eslint": ">=0.8.0" + }, + "license": "MIT" }