Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Aug 17, 2023
1 parent 97f3e69 commit c3fd747
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/cheminfo/react-tree-svg/compare/v0.1.1...v0.2.0) (2023-08-17)


### ⚠ BREAKING CHANGES

* render was overwriting options

### Bug Fixes

* render was overwriting options ([97f3e69](https://github.com/cheminfo/react-tree-svg/commit/97f3e6977bf3e916020094fa69df3c84fa803810))

## [0.1.1](https://github.com/cheminfo/react-tree-svg/compare/v0.1.0...v0.1.1) (2023-07-25)


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": "0.1.1",
"version": "0.2.0",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"types": "lib-esm/index.d.ts",
Expand Down

0 comments on commit c3fd747

Please sign in to comment.