Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Oct 11, 2024
1 parent 3a647e4 commit 9adc116
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.0](https://github.com/cheminfo/react-tree-svg/compare/v1.3.0...v1.4.0) (2024-10-11)


### Features

* arrow label can be aligned left and middle ([3a647e4](https://github.com/cheminfo/react-tree-svg/commit/3a647e423d637577eca73d2d5405073cbdd39fff))
* shouldSkipBranch callback has access to all the parents ([8b7ab12](https://github.com/cheminfo/react-tree-svg/commit/8b7ab121317d68222a5f4b074f0675c8040913e4))

## [1.3.0](https://github.com/cheminfo/react-tree-svg/compare/v1.2.1...v1.3.0) (2024-08-21)


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": "react-tree-svg",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"types": "lib-esm/index.d.ts",
Expand Down

0 comments on commit 9adc116

Please sign in to comment.