From f54ece827ac77ec19d461f6ea36c3ba0ce13a6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Tue, 19 Jul 2016 08:05:44 +0200 Subject: [PATCH] Release/0.4.0 (#10) * change dev * version bump * changelog --- CHANGELOG.md | 6 +++++- package.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b75ba7..fcfb4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 09e418d..b37e8c3 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",