Skip to content

Commit c123ae8

Browse files
authored
chore(main): release 6.0.0 (#85)
1 parent 4d199f2 commit c123ae8

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/cheminfo/flavor-builder/compare/v5.0.2...v6.0.0) (2025-06-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update deps, refactor, remove selfContained and more ([#84](https://github.com/cheminfo/flavor-builder/issues/84))
9+
10+
### Features
11+
12+
* update deps, refactor, remove selfContained and more ([#84](https://github.com/cheminfo/flavor-builder/issues/84)) ([f534f4c](https://github.com/cheminfo/flavor-builder/commit/f534f4ca2c92d8721f90a5248bbfd4d61eba83a5))
13+
14+
15+
### Bug Fixes
16+
17+
* do not write flavor hashes before all flavors have been processed ([4d199f2](https://github.com/cheminfo/flavor-builder/commit/4d199f28358d97ef7320446b7fc90c3c1524bf61))
18+
319
### [5.0.2](https://www.github.com/cheminfo/flavor-builder/compare/v5.0.1...v5.0.2) (2024-05-31)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flavor-builder",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "Make an indexable website from a flavor (a bunch of views in the visualizer)",
55
"exports": "./src/index.js",
66
"bin": "bin/build.js",

0 commit comments

Comments
 (0)