Skip to content

Commit 36f865d

Browse files
committed
Prepare version 1.2.0
1 parent 2548d3e commit 36f865d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## [Unreleased]
44

55

6+
## [1.2.0] - 2020-09-16
7+
8+
### Fixed
9+
10+
- Include the final node of the tree when parsing. Previously it was being dropped which would lead to incorrect diffs when the new tree added a dependency at the end.
11+
12+
613
## [1.1.0] - 2020-08-25
714

815
### Added
@@ -20,6 +27,7 @@
2027
Initial release
2128

2229

23-
[Unreleased]: https://github.com/JakeWharton/dependency-tree-diff/compare/1.1.0...HEAD
30+
[Unreleased]: https://github.com/JakeWharton/dependency-tree-diff/compare/1.2.0...HEAD
31+
[1.2.0]: https://github.com/JakeWharton/dependency-tree-diff/releases/tag/1.2.0
2432
[1.1.0]: https://github.com/JakeWharton/dependency-tree-diff/releases/tag/1.1.0
2533
[1.0.0]: https://github.com/JakeWharton/dependency-tree-diff/releases/tag/1.0.0

0 commit comments

Comments
 (0)