Skip to content

Commit

Permalink
Release v0.6.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeltscher committed Feb 16, 2017
1 parent 7b29c4a commit bc4b7e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.6.1]
## Fixed
- Version number in `package.json`

## [v0.6.0]
## Added
- Context parameter
Expand All @@ -23,7 +27,8 @@ 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.6.0...master
[Unreleased]: https://github.com/smartive/proc-that/compare/v0.6.1...master
[v0.6.1]: https://github.com/smartive/proc-that/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/smartive/proc-that/compare/v0.5.0...v0.6.0
[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.5.0",
"version": "0.6.1",
"description": "proc(ess)-that - easy extendable etl tool for nodejs written in typesript",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bc4b7e2

Please sign in to comment.