Skip to content

Commit 39eb660

Browse files
chore(main): release 0.9.0
1 parent a8b8366 commit 39eb660

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.8.0...v0.9.0) (2025-03-12)
4+
5+
6+
### Features
7+
8+
* update NMRium to version 0.59.0 ([9ce10e2](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/9ce10e2af987de866da733e821cd243e0c00d273))
9+
* upgrade NMRium to beta version 0.61 ([c785266](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/c785266d3c13716f251f35e861b3425d9df734b4))
10+
* validate origins based on hostnames ([57edf5c](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/57edf5c52fc75adbc4c4007bdc65a71e9cded528)), closes [#223](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/223)
11+
12+
13+
### Bug Fixes
14+
15+
* correct invalid url in the whitelist ([5d32319](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/5d323193724c134cecb1d5a0de28b1e8695a3498))
16+
317
## [1.0.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.9.0...v1.0.0) (2024-06-21)
418

519

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NMRiumWrapper",
3-
"version": "1.0.0",
3+
"version": "0.9.0",
44
"private": false,
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)