Skip to content

Commit

Permalink
Merge pull request #40 from juttle/prepare-for-0-7-0
Browse files Browse the repository at this point in the history
Prepare for 0 7 0
  • Loading branch information
Mark Stemm committed Mar 23, 2016
2 parents 9b855c8 + a2e7eca commit f535da1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- '5.0'

before_script:
- npm install juttle@^0.5.0
- npm install juttle

script:
- gulp lint
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
This file documents all notable changes to juttle-gmail-adapter. The release numbering uses [semantic versioning](http://semver.org).

## 0.6.0
Released 2016-03-23

### Minor Changes
- Update to reflect changes in juttle 0.7.0. This release is compatible with adapter version 0.7.0. [[#40](https://github.com/juttle/juttle-gmail-adapter/pull/40)].

## 0.5.1
Released 2016-03-09

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"istanbul": "^0.4.2",
"mocha": "^2.3.4"
},
"juttleAdapterAPI": "^0.5.0",
"juttleAdapterAPI": "^0.7.0",
"engines": {
"node": ">=4.2.0",
"npm": ">=2.14.7"
Expand Down

0 comments on commit f535da1

Please sign in to comment.