Skip to content

Commit

Permalink
Release/0.4.0 (#5)
Browse files Browse the repository at this point in the history
* version bump, add version to travis

* changelog
  • Loading branch information
buehler committed Jul 19, 2016
1 parent 8aca436 commit 74aa4ae
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '6'
- '5'
- '4.2'

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


[v0.4.0]
### Added
- Changelog

### Changed
- Updated dependencies
- Breaking: update loader to new interface of `proc-that`


[Unreleased]: https://github.com/smartive/giuseppe/compare/v0.4.0...master
[v0.4.0]: https://github.com/smartive/giuseppe/compare/v0.3.2...v0.4.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proc-that-elastic-loader",
"version": "0.3.2",
"version": "0.4.0",
"description": "Loader for proc-that. Loads processed items into an elasticsearch index.",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "mocha --ui bdd --recursive ./build",
"precitest": "npm run bootstrap && npm run clean && tsc",
"citest": "istanbul cover -x \"**/*.spec.*\" _mocha --report lcovonly -- --ui bdd --recursive ./build",
"develop": "npm run clean && tsc -w"
"develop": "npm run clean && tsc -w --sourceMap --pretty"
},
"keywords": [
"etl",
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
},
"exclude": [
"node_modules",
"build",
"typings/browser.d.ts",
"typings/browser"
"build"
]
}

0 comments on commit 74aa4ae

Please sign in to comment.