Skip to content

Commit

Permalink
Release/0.5.0 (#15)
Browse files Browse the repository at this point in the history
* changelog

* version bump
  • Loading branch information
buehler committed Dec 7, 2016
1 parent b2e7b46 commit d502335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.5.0]
## Added
- General transformers
- Match-merge transformers
Expand All @@ -17,5 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Breaking: changed interface names to match conventions


[Unreleased]: https://github.com/smartive/proc-that/compare/v0.4.0...master
[Unreleased]: https://github.com/smartive/proc-that/compare/v0.5.0...master
[v0.5.0]: https://github.com/smartive/proc-that/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/smartive/proc-that/compare/v0.3.2...v0.4.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proc-that",
"version": "0.4.0",
"version": "0.5.0",
"description": "proc(ess)-that - easy extendable etl tool for nodejs written in typesript",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d502335

Please sign in to comment.