diff --git a/CHANGELOG.md b/CHANGELOG.md index 90771aa0..b4dff442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [8.10.0](https://github.com/cheminfo/openchemlib-js/compare/v8.9.0...v8.10.0) (2024-05-13) + + +### Features + +* add possitility to generate smarts and kekule isomeric smiles ([#204](https://github.com/cheminfo/openchemlib-js/issues/204)) ([0290193](https://github.com/cheminfo/openchemlib-js/commit/0290193bde842c1be2cd4661c138906476b549b8)) +* update OCL to 2024.5.0 ([#203](https://github.com/cheminfo/openchemlib-js/issues/203)) ([802d12d](https://github.com/cheminfo/openchemlib-js/commit/802d12da550d8fd482cb4feb8245d2667b32730d)) +* update OCL to v2024.4.0 ([#197](https://github.com/cheminfo/openchemlib-js/issues/197)) ([70edd49](https://github.com/cheminfo/openchemlib-js/commit/70edd49cc5b7d45ac0e7060ad81f3281fdc4cef4)) + + +### Bug Fixes + +* stop propagation of key events ([#198](https://github.com/cheminfo/openchemlib-js/issues/198)) ([bd21926](https://github.com/cheminfo/openchemlib-js/commit/bd219261daa664b30b1b327bb6884be099d43d4d)) + ## [8.9.0](https://github.com/cheminfo/openchemlib-js/compare/v8.8.1...v8.9.0) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index e3f7009c..8cb1cd7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openchemlib", - "version": "8.9.0", + "version": "8.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openchemlib", - "version": "8.9.0", + "version": "8.10.0", "license": "BSD-3-Clause", "devDependencies": { "@types/jest": "^29.5.12", diff --git a/package.json b/package.json index 7b3ba271..ad9345b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openchemlib", - "version": "8.9.0", + "version": "8.10.0", "description": "Manipulate molecules", "keywords": [ "chemistry",