Skip to content

Commit

Permalink
Releasing 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Feb 20, 2018
1 parent 2038f61 commit e998e5e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
## [unreleased]
### Added

### Changed

### Removed

### Fixed

## [1.9.0] - 2018-02-20
### Added

### Changed
- moved to unscoped npm packages

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.8.2
currentVersion=1.9.0

# 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 analysis/node-wrapper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion analysis/node-wrapper/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-analysis",
"version": "1.8.2",
"version": "1.9.0",
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
"prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && cp -R ../build/install/codecharta-analysis public"
Expand Down
2 changes: 1 addition & 1 deletion visualization/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.2",
"version": "1.9.0",
"description": "MaibornWolff CodeCharta",
"files": [
"dist/webpack",
Expand Down

0 comments on commit e998e5e

Please sign in to comment.