We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0d1df commit f2791f1Copy full SHA for f2791f1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.5.2](https://github.com/cheminfo/openchemlib-utils/compare/v6.5.1...v6.5.2) (2025-02-04)
4
+
5
6
+### Bug Fixes
7
8
+* correct types of OCL import and DB ([bf0d1df](https://github.com/cheminfo/openchemlib-utils/commit/bf0d1df9fb0555f6a30afc5271a631cb64428941))
9
10
## [6.5.1](https://github.com/cheminfo/openchemlib-utils/compare/v6.5.0...v6.5.1) (2024-12-11)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "openchemlib-utils",
- "version": "6.5.1",
+ "version": "6.5.2",
"description": "Various utilities that extends openchemlib-js like HOSE codes or diastereotopic IDs",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments