Skip to content

Commit 388fd13

Browse files
authored
chore(main): release 6.5.3 (#130)
1 parent a111338 commit 388fd13

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [6.5.3](https://github.com/cheminfo/openchemlib-utils/compare/v6.5.2...v6.5.3) (2025-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* correct type of `combineSmiles` function ([155177c](https://github.com/cheminfo/openchemlib-utils/commit/155177cef9392f84d129a4af371e4c80a202c54e))
9+
* update OCL ([a111338](https://github.com/cheminfo/openchemlib-utils/commit/a111338064d07764b173717e1210a66dd846a2a1))
10+
311
## [6.5.2](https://github.com/cheminfo/openchemlib-utils/compare/v6.5.1...v6.5.2) (2025-02-04)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openchemlib-utils",
3-
"version": "6.5.2",
3+
"version": "6.5.3",
44
"description": "Various utilities that extends openchemlib-js like HOSE codes or diastereotopic IDs",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)