Skip to content

Commit

Permalink
chore(main): release 8.0.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Dec 19, 2024
1 parent 494e4a6 commit 491c9ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.0.0](https://github.com/cheminfo/chromatography/compare/v7.0.0...v8.0.0) (2024-12-19)


### ⚠ BREAKING CHANGES

* Improve fromXML performances that requires async function

### Features

* Improve fromXML performances that requires async function ([494e4a6](https://github.com/cheminfo/chromatography/commit/494e4a622719c155074674c50e0ef5a66fc1901e))

## [7.0.0](https://github.com/cheminfo/chromatography/compare/v6.1.0...v7.0.0) (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromatography",
"version": "7.0.0",
"version": "8.0.0",
"description": "Tools for storing, searching and analyzing GC/MS data",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 491c9ae

Please sign in to comment.