Skip to content

Commit 553fbf7

Browse files
Merge branch 'main' into development
2 parents 31d4391 + 6eb41aa commit 553fbf7

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.0...v0.2.1) (2023-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* remove duplicate e2e test run ([ceb7474](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ceb7474dc7253f7ada4363939185b8fbbf455b2e))
9+
* update readme ([9ba95bd](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/9ba95bda53a848a83c247f6ce67058ff5c125789))
10+
* update readme ([92fa33f](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/92fa33f0bc638ebb51753d59b63e370ff5c643e6))
11+
* update readme ([6cff3d9](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/6cff3d927b53ab730c14baf4485f3f19a2040a80))
12+
* update README.md with latest release ([0ebf262](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/0ebf262b9c6f9c85625480015a36f17387f708ce))
13+
14+
## [0.2.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.1.0...v0.2.0) (2023-03-30)
15+
16+
17+
### Features
18+
19+
* upgrade NMRium to version 0.34.0 ([#71](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/71)) ([24f1caa](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/24f1caa731a01246a0338357d46d62fabfcf0860))
20+
21+
22+
### Bug Fixes
23+
24+
* rename build workflow ([1977a3f](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/1977a3fc37dea75f79f692b5ff6a6af75e940851))

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": "NMRiumWrapper",
3-
"version": "0.1.1",
3+
"version": "0.2.1",
44
"private": false,
55
"license": "MIT",
66
"main": "lib-cjs/NMRiumWrapper.js",

0 commit comments

Comments
 (0)