Skip to content

Commit

Permalink
chore(main): release 0.56.0 (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Jun 1, 2024
1 parent 4ce0d2b commit 497fc65
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.56.0](https://github.com/cheminfo/nmrium/compare/v0.55.0...v0.56.0) (2024-06-01)


### Features

* generate and display stocsy and boxplot ([#3055](https://github.com/cheminfo/nmrium/issues/3055)) ([83ff531](https://github.com/cheminfo/nmrium/commit/83ff53108a2c2555fafaf227fb632a8e8270adae))


### Bug Fixes

* select stocsy pivot point when the exclusion zones tool selected ([c527775](https://github.com/cheminfo/nmrium/commit/c527775296149c1f5e38e12cda8a57bc0a99062c))
* set minimum width and height for the database molecule structure ([#3069](https://github.com/cheminfo/nmrium/issues/3069)) ([4ce0d2b](https://github.com/cheminfo/nmrium/commit/4ce0d2b363b73d561a0ba2e5810c84d28bedf341))
* toggle the matrix generation exclusion zones tool ([c527775](https://github.com/cheminfo/nmrium/commit/c527775296149c1f5e38e12cda8a57bc0a99062c))

## [0.55.0](https://github.com/cheminfo/nmrium/compare/v0.54.0...v0.55.0) (2024-05-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nmrium",
"description": "React component to display and process nuclear magnetic resonance (NMR) spectra.",
"version": "0.55.0",
"version": "0.56.0",
"license": "MIT",
"module": "lib/component/main/index.js",
"types": "lib/component/main/index.d.ts",
Expand Down

0 comments on commit 497fc65

Please sign in to comment.