Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Jan 25, 2018
1 parent 7548071 commit a6f67e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

## [1.6.0] - 2018-01-25
## [1.6.1] - 2018-01-25
### Added
- added support for git log --raw and git log --numstat --raw
- added support for git log --numstat and codechurn
Expand All @@ -38,6 +38,7 @@ unary and deltas are activated.
- going back from delta view now correctly removes deltas from node data
- Delta shown although not in delta mode #60
- Allow inversion of delta colors #57
- npm binary error

## [1.5.2] - 2018-01-04
### Added
Expand Down
2 changes: 1 addition & 1 deletion analysis/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project-wide Gradle settings.

currentVersion=1.6.0
currentVersion=1.6.1

# The Gradle daemon aims to improve the startup and execution time of Gradle.
# When set to true the Gradle daemon is to run the build.
Expand Down
2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
"version": "1.6.0",
"version": "1.6.1",
"description": "MaibornWolff CodeCharta",
"files": [
"dist/webpack",
Expand Down

0 comments on commit a6f67e1

Please sign in to comment.