From 388fd13c7888f5aed6bd4cd00b17e2a51bd2fe1c Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:46:51 +0100 Subject: [PATCH] chore(main): release 6.5.3 (#130) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b2c5a..cf93454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [6.5.3](https://github.com/cheminfo/openchemlib-utils/compare/v6.5.2...v6.5.3) (2025-02-06) + + +### Bug Fixes + +* correct type of `combineSmiles` function ([155177c](https://github.com/cheminfo/openchemlib-utils/commit/155177cef9392f84d129a4af371e4c80a202c54e)) +* update OCL ([a111338](https://github.com/cheminfo/openchemlib-utils/commit/a111338064d07764b173717e1210a66dd846a2a1)) + ## [6.5.2](https://github.com/cheminfo/openchemlib-utils/compare/v6.5.1...v6.5.2) (2025-02-04) diff --git a/package.json b/package.json index be75faa..902330f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openchemlib-utils", - "version": "6.5.2", + "version": "6.5.3", "description": "Various utilities that extends openchemlib-js like HOSE codes or diastereotopic IDs", "main": "./lib/index.js", "module": "./lib-esm/index.js",