Skip to content

Commit 482022c

Browse files
authored
chore(main): release 8.0.0 (#143)
1 parent 035e4b2 commit 482022c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/cheminfo/openchemlib-utils/compare/v7.1.0...v8.0.0) (2025-04-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add consistently statistics to DB. Property db.statistics returns now an object with data (previous stats) and predicted.
9+
10+
### Features
11+
12+
* add consistently statistics to DB. Property db.statistics returns now an object with data (previous stats) and predicted. ([e64c84b](https://github.com/cheminfo/openchemlib-utils/commit/e64c84b578df67832f683d1497a2f1edaefa5682))
13+
314
## [7.1.0](https://github.com/cheminfo/openchemlib-utils/compare/v7.0.0...v7.1.0) (2025-04-22)
415

516

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": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Various utilities that extends openchemlib-js like HOSE codes or diastereotopic IDs",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)