Skip to content

Commit 4d402fc

Browse files
Bump version to 1.1.1
1 parent d79623d commit 4d402fc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.1] - 2023-05-05
10+
## Fixed
11+
- Unable to parse PhyloXML self-closing `<clade />` tags correctly.
12+
913
## [1.1.0] - 2023-05-05
1014
### Changed
1115
- Updated dependencies
@@ -24,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2428
- GraphViz DOT output
2529
- Query nodes and edges
2630

27-
[Unreleased]: https://github.com/vibbits/phylio/compare/v1.1.0...HEAD
31+
[Unreleased]: https://github.com/vibbits/phylio/compare/v1.1.1...HEAD
32+
[1.1.1]: https://github.com/vibbits/phylio/compare/v1.1.0...v1.1.1
2833
[1.1.0]: https://github.com/vibbits/phylio/compare/v1.0.1...v1.1.0
2934
[1.0.1]: https://github.com/vibbits/phylio/compare/v1.0.0...v1.0.1
3035
[1.0.0]: https://github.com/vibbits/phylio/releases/tag/v1.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibbioinfocore/phylio",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Read, write, and manipulate phylogenetic trees",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)