Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb committed Jul 30, 2020
1 parent f0eb285 commit 0904df4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.3] - 2020-07-30
### Fixed
- Post install testdot script throws error when JAVA is not installed

## [1.3.2] - 2020-06-28
### Added
- Post install testdot script
Expand Down Expand Up @@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First version

[Unreleased]: https://github.com/krisztianb/plantuml-pipe/compare/v1.3.2...HEAD
[Unreleased]: https://github.com/krisztianb/plantuml-pipe/compare/v1.3.3...HEAD
[1.3.3]: https://github.com/krisztianb/plantuml-pipe/releases/tag/v1.3.3
[1.3.2]: https://github.com/krisztianb/plantuml-pipe/releases/tag/v1.3.2
[1.3.1]: https://github.com/krisztianb/plantuml-pipe/releases/tag/v1.3.1
[1.3.0]: https://github.com/krisztianb/plantuml-pipe/releases/tag/v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plantuml-pipe",
"version": "1.3.2",
"version": "1.3.3",
"description": "Generate multiple PlantUML diagrams with one JAVA process",
"author": {
"name": "Krisztián Balla",
Expand Down

0 comments on commit 0904df4

Please sign in to comment.