From 4448ca59c1f2057efa7e87868056e30443f8339a Mon Sep 17 00:00:00 2001 From: brandonocasey Date: Thu, 11 Apr 2019 17:24:29 -0400 Subject: [PATCH] 8.0.3 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b4e5d..0e815f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +## [8.0.3](https://github.com/videojs/standard/compare/v8.0.2...v8.0.3) (2019-04-11) + +### Features + +* report eslint version too ([#54](https://github.com/videojs/standard/issues/54)) ([ea81d3a](https://github.com/videojs/standard/commit/ea81d3a)) + +### Bug Fixes + +* ignore node modules ([#53](https://github.com/videojs/standard/issues/53)) ([0187dd3](https://github.com/videojs/standard/commit/0187dd3)) + +### Chores + +* **package:** update deps ([#52](https://github.com/videojs/standard/issues/52)) ([516279f](https://github.com/videojs/standard/commit/516279f)) +* **package:** update eslint-plugin-jsdoc to version 4.8.3 ([#51](https://github.com/videojs/standard/issues/51)) ([b4b5c01](https://github.com/videojs/standard/commit/b4b5c01)) +* **package:** update lint-staged to version 8.0.4 ([#44](https://github.com/videojs/standard/issues/44)) ([7e682fa](https://github.com/videojs/standard/commit/7e682fa)) +* **package:** update lockfile package-lock.json ([#47](https://github.com/videojs/standard/issues/47)) ([8c16946](https://github.com/videojs/standard/commit/8c16946)) +* **package:** use [@videojs](https://github.com/videojs)/generator-helpers ([0cc81a5](https://github.com/videojs/standard/commit/0cc81a5)) + ## [8.0.2](https://github.com/videojs/standard/compare/v8.0.1...v8.0.2) (2018-09-26) diff --git a/package-lock.json b/package-lock.json index 584e09d..ed2e423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "videojs-standard", - "version": "8.0.2", + "version": "8.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9bd4f79..467b2e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "videojs-standard", "description": "JavaScript style for plugins and tools in the video.js ecosystem.", - "version": "8.0.2", + "version": "8.0.3", "author": "Brightcove, Inc.", "scripts": { "lint": "./cli.js",