Skip to content

Commit

Permalink
chore(main): release 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed May 8, 2024
1 parent d3412f9 commit 3e13c24
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.55.0](https://github.com/cheminfo/nmrium/compare/v0.54.0...v0.55.0) (2024-05-08)


### Features

* improve range assignment label addition and editing functionality ([021656c](https://github.com/cheminfo/nmrium/commit/021656cc6b2fa82e3474b353fb3c9277de6ee1a3))
* improve zone assignment label addition and editing functionality ([#3034](https://github.com/cheminfo/nmrium/issues/3034)) ([d626f5e](https://github.com/cheminfo/nmrium/commit/d626f5e8c0f7e0c31732bfa1339616346c7bce1d))
* zone assignment label ([#3018](https://github.com/cheminfo/nmrium/issues/3018)) ([5c3c2a5](https://github.com/cheminfo/nmrium/commit/5c3c2a5ce34e73e7532fc109d7455b83a45eede1))


### Bug Fixes

* recalculate integral reducer points based on the zoom range ([95cd297](https://github.com/cheminfo/nmrium/commit/95cd29730eb6805c0abb335a960a25dffcd788a0)), closes [#3027](https://github.com/cheminfo/nmrium/issues/3027)

## [0.54.0](https://github.com/cheminfo/nmrium/compare/v0.53.0...v0.54.0) (2024-04-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.54.0",
"version": "0.55.0",
"license": "MIT",
"module": "lib/component/main/index.js",
"types": "lib/component/main/index.d.ts",
Expand Down

0 comments on commit 3e13c24

Please sign in to comment.