Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Oct 17, 2016
1 parent 50f8c43 commit 8c0f6c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit 8c0f6c7

Please sign in to comment.