From 8c0f6c700356f71728dd9c48625955a66f40700f Mon Sep 17 00:00:00 2001 From: Dan BROOKS Date: Sun, 16 Oct 2016 19:01:41 -0700 Subject: [PATCH] Bump --- changelog.md | 5 +++++ package.json | 2 +- plugins/package.json | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 99cc3ad9a..1cb15e335 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +### 1.3.2 - Plugins linted +#### 2016-Oct-16 +* (Fix) All tests pass - both `npm test` and individually +* (Fix) Plugin dependencies updated + ### 1.3.1 - XML v2.0 continuation #### 2016-Sep-05 * (Fix) Video playback diff --git a/package.json b/package.json index ee281f93c..066681210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "history", - "version": "1.2.1", + "version": "1.3.2", "description": "Your personal history storyboarded with photo and video albums. Associate photos with their meta data including geocode, caption, friends (characters)... in XML albums.", "main": "index.js", "dependencies": { diff --git a/plugins/package.json b/plugins/package.json index b9e7b1d2d..947d6cbe2 100644 --- a/plugins/package.json +++ b/plugins/package.json @@ -1,6 +1,6 @@ { "name": "history-plugins", - "version": "1.1.10", + "version": "1.1.11", "description": "Developer dependencies for history plugins", "main": "gulpfile.js", "scripts": { @@ -18,12 +18,12 @@ "devDependencies": { "eslint": "^3.4.0", "eslint-config-airbnb-base": "^8.0.0", - "eslint-plugin-import": "^1.8.0", + "eslint-plugin-import": "^1.16.0", "gulp": "^3.9.0", "gulp-eslint": "^3.0.1", "gulp-expect-file": "0.0.7", "gulp-print": "^2.0.1", - "gulp-tape": "0.0.7", + "gulp-tape": "0.0.9", "hapi": "^15.0.3", "tape": "4.6.0", "tape-catch": "^1.0.6"