Skip to content

Commit

Permalink
chore(release): 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 4, 2017
1 parent 0aaf590 commit 60425ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

<a name="1.4.2"></a>
## [1.4.2](https://github.com/medikoo/eslint-config-medikoo-es5/compare/v1.4.1...v1.4.2) (2017-09-04)



<a name="1.4.1"></a>
## [1.4.1](https://github.com/medikoo/eslint-config-medikoo-es5/compare/v1.4.0...v1.4.1) (2017-06-20)

Expand Down
37 changes: 20 additions & 17 deletions 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 <medyk@medikoo.com> (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 <medyk@medikoo.com> (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"
}

0 comments on commit 60425ad

Please sign in to comment.