Skip to content

Commit 31a36fa

Browse files
Merge pull request #19 from NFDI4Chem/release-please--branches--main--components--release-please-action
chore(main): release 0.2.0
2 parents e14db44 + 111778b commit 31a36fa

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/compare/v0.1.0...v0.2.0) (2024-03-07)
4+
5+
6+
### Features
7+
8+
* prefer loading Ft and auto processing fid ([9e0120f](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/9e0120fe334f404b0deda249e4b077ef2f76fea4))
9+
* update nmr-load-save to version 0.23.11 ([97bbc2d](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/97bbc2d4d2a5f31cadcd5ce01d7c1f51df86c716))
10+
* update nmr-load-save to version 0.23.3 ([b72a7a9](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/b72a7a9446f3e46ea8d79731a747cdb08cffc37a))
11+
* update nmr-load-save to version 0.23.8 ([4268f51](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/4268f51b62e5f748e75bb17b1f96da735ae46e0c))
12+
* update nmr-load-save to version 0.27.3 ([cdefe14](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/cdefe1453d0958ad6f539dc4a186f0db91d6c509))
13+
14+
15+
### Bug Fixes
16+
17+
* move nmrium url to ENV. ([3f32b01](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/3f32b019ec48b958525148bf8acaaa47d8d449f3)), closes [#4](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/issues/4)
18+
* serialize spectra object ([d5ee2bf](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/d5ee2bfe30b94ca89e88af478594c809d68b3bbc))
19+
320
## 1.0.0 (2023-10-25)
421

522

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": "nmrxiv-nodejs-microservice",
3-
"version": "1.0.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "node ace serve --watch",

0 commit comments

Comments
 (0)