Skip to content

Commit

Permalink
docs(changelog): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Jun 14, 2016
1 parent 0e56873 commit b1e9587
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
#### 1.1.1 (2016-6-15)

##### Chores

* **package:**
* Add gitignore config ([4edaeb4c](https://github.com/fvdm/nodejs-europeana/commit/4edaeb4c580e4cfbcf8a3ac3049b6efbbbf7ea46))
* Update deps versions ([abcc01a5](https://github.com/fvdm/nodejs-europeana/commit/abcc01a5a3ab9c1f084afa20c15d27e3aa7b1573))
* update eslint to version 2.5.0 ([e9589c84](https://github.com/fvdm/nodejs-europeana/commit/e9589c846dbba538353eab8a1f0e6553fa9fa86e))
* **style:** Remove extra semicolon ([6bc99803](https://github.com/fvdm/nodejs-europeana/commit/6bc9980301495789a00f2fc0af35318aeef9619f))

##### Documentation Changes

* **badges:**
* Fixed bad copies ([43d9ac63](https://github.com/fvdm/nodejs-europeana/commit/43d9ac63ebe95026b497043a66f58606738b1f32))
* Add coverage status ([80bfa63c](https://github.com/fvdm/nodejs-europeana/commit/80bfa63cfb3a4ed75b50f1d324e0f5aef421fe15))
* Add Gemnasium dependencies status ([cdf18f3e](https://github.com/fvdm/nodejs-europeana/commit/cdf18f3e94f127f12fc9dac4c927ab6e1d26f64c))
* Add npm version for changelog ([610093b6](https://github.com/fvdm/nodejs-europeana/commit/610093b65ee8ae73353b81a8acbb52f96d7cf83f))

##### Bug Fixes

* **error:** res can be unavailable ([0e568739](https://github.com/fvdm/nodejs-europeana/commit/0e568739cb9fcbc2f59fb67301b0a8c832585f2c))

##### Other Changes

* **undefined:**
* minimum dotest v1.7.0 ([15a48c50](https://github.com/fvdm/nodejs-europeana/commit/15a48c50f49c1eff07b567e0367532ada5bf33f8))
* always run both test commands ([3a7adaf6](https://github.com/fvdm/nodejs-europeana/commit/3a7adaf68e43cdab8d5f51634d1584f5b22c9e1e))
* dev dep eslint 2.5.0 is broken ([e09f6359](https://github.com/fvdm/nodejs-europeana/commit/e09f635924a0d5eb7bee19e8f7f6ec56e39a1283))

##### Refactors

* **cleanup:** Remove unused var ([c673b346](https://github.com/fvdm/nodejs-europeana/commit/c673b346e1f5bedb6db602f44375f3996eb77e6c))
* **http:** Error processing and callback ([feee4999](https://github.com/fvdm/nodejs-europeana/commit/feee499938dc150b56b455c08a0eecbda4b5bff4))
* **style:** Cleaner functions ([7265ec98](https://github.com/fvdm/nodejs-europeana/commit/7265ec98d8fc382afb7346b79ca58fe29b809372))

##### Tests

* **script:**
* Fixed fatal syntax typo ([4d464a6e](https://github.com/fvdm/nodejs-europeana/commit/4d464a6ee568dd494b5fb48013a659e94dd5fab1))
* Don't quit when no key is set ([cb7c7d90](https://github.com/fvdm/nodejs-europeana/commit/cb7c7d90af9be73701e60e32e07e9cf6f2a11cfe))
* **tests:**
* Add Error: request failed ([718610f5](https://github.com/fvdm/nodejs-europeana/commit/718610f589bebea608f1e5bdd830fd8c23e27d24))
* Moved apikey missing to bottom ([1d943ed8](https://github.com/fvdm/nodejs-europeana/commit/1d943ed8ee7483f49e247d68e558c2f730d444f7))
* Add Error: API error ([352f0c61](https://github.com/fvdm/nodejs-europeana/commit/352f0c61a613060095c0b4d33dc203a8444aae65))
* Add Error: apikey missing ([ece408c1](https://github.com/fvdm/nodejs-europeana/commit/ece408c130e0825b6e23fffb46e8d1f8ee4fb896))
* **cleanup:**
* Minor clean up ([02a33375](https://github.com/fvdm/nodejs-europeana/commit/02a3337519c3c53a6faa07c09c0a51b6f56cb00d))
* Cleaner dotest use ([b03d0385](https://github.com/fvdm/nodejs-europeana/commit/b03d03852438ec8cdc2b3fd07488db5e2f54e9a8))
* **package:**
* Run test.sh on npm test ([076e57bb](https://github.com/fvdm/nodejs-europeana/commit/076e57bbf9edac480e4446f4821f141eafd8aec2))
* Add coverage dev deps ([8ed8133c](https://github.com/fvdm/nodejs-europeana/commit/8ed8133cf7f691535383535008eb8c2251522cfa))
* **runner:** Add test.sh script ([ea3a2dd2](https://github.com/fvdm/nodejs-europeana/commit/ea3a2dd2421432595f8a9fd01001a74898a08ea4))
* **undefined:**
* add node v6 to Travis config ([206e7040](https://github.com/fvdm/nodejs-europeana/commit/206e70409afd27d1c0cae687fa77c2383ced7e5a))
* check API key before running methods ([b8f94500](https://github.com/fvdm/nodejs-europeana/commit/b8f945005189773315345136a3cf9b82530f0285))
* removed pause between tests ([592d93e7](https://github.com/fvdm/nodejs-europeana/commit/592d93e7d1e289f1989fa64064eaa077da2e7ab2))
* pause 2 seconds between tests ([b5277e4b](https://github.com/fvdm/nodejs-europeana/commit/b5277e4b45689ae7536440f35a357880866c63e3))

0 comments on commit b1e9587

Please sign in to comment.