Skip to content

Commit

Permalink
Release/0.4.0 (#10)
Browse files Browse the repository at this point in the history
* change dev

* version bump

* changelog
  • Loading branch information
buehler authored Jul 19, 2016
1 parent 00bf8b8 commit f54ece8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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

Expand All @@ -12,4 +15,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Breaking: changed interface names to match conventions


[Unreleased]: https://github.com/smartive/giuseppe/compare/v0.3.2...master
[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",
"version": "0.3.2",
"version": "0.4.0",
"description": "proc(ess)-that - easy extendable etl tool for nodejs written in typesript",
"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 --sourceMap -w --pretty"
},
"keywords": [
"etl",
Expand Down

0 comments on commit f54ece8

Please sign in to comment.