diff --git a/CHANGELOG.md b/CHANGELOG.md index 523ac9e..d493fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fe8fc18..cdef070 100644 --- a/package.json +++ b/package.json @@ -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",