Skip to content

Commit bbd3787

Browse files
chore(main): release 0.8.0
1 parent 9834c15 commit bbd3787

3 files changed

Lines changed: 37 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/compare/v0.7.0...v0.8.0) (2025-09-02)
4+
5+
6+
### Features
7+
8+
* enable experimental feature for auto-processing in 2D ([e3555c2](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/e3555c2cc97a8a1956c0ef263a9b8fb4c6c9739d))
9+
* update trigger point to allow prod build to run manually. ([9834c15](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/9834c15b827a1cfd7fa3fad8737914d9246f17ab))
10+
11+
12+
### Bug Fixes
13+
14+
* add alternate release-please workflow ([2450d72](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/2450d720eeee460dad44dfacdf863f319a4bfa1e))
15+
* add alternate release-please workflow ([2450d72](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/2450d720eeee460dad44dfacdf863f319a4bfa1e))
16+
* add alternate release-please workflow ([14f679b](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/14f679b9e103da62ae44b7f8c210ec70e06100bf))
17+
* add config files to release please. ([b3326b6](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/b3326b662db5f1c3ac64f18b32a4d8b2995eba30))
18+
* decode URLs before passing to URL constructor ([d958d81](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/d958d816e52e6df61320815e7ceb52f7f7114e9a))
19+
* json format issue in config.json ([ff5c6cb](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/ff5c6cb6cfba44def5e4571ae9eb6efd3b35a629))
20+
* json format issue in config.json ([ff5c6cb](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/ff5c6cb6cfba44def5e4571ae9eb6efd3b35a629))
21+
* json format issue in config.json ([f6947c2](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/f6947c2220af03baadff2bcf4a6d5ecec9463ddf))
22+
* release please issue ([e3634e1](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/e3634e17d6292bb436ad7c4eea5fae9959036359))
23+
* release please issue ([e3634e1](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/e3634e17d6292bb436ad7c4eea5fae9959036359))
24+
* release please issue ([8269a9a](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/8269a9a36180eb22d941ba15dd304619c8ca969c))
25+
* release please issue ([5c8b885](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/5c8b88560cd15b5c3b5bf8b6ea69d9a0cfc2aeff))
26+
* release-please issue ([d2dae66](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/d2dae6632a2cc43992b1e890d3c970e97a37fa20))
27+
* revert to older version of release-please ([8b7a350](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/8b7a3507164219b5ed40ebbbdf19148e22c6293a))
28+
* revert to older version of release-please ([32db3d7](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/32db3d7eca792a68668ccd14aec97473ed7262cd))
29+
* use the Github PAT token ([#73](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/issues/73)) ([9a35943](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/9a35943bd06f187cba2fbb364a6f37e8c0b3878f))
30+
31+
32+
### Miscellaneous
33+
34+
* move [@dedel](https://github.com/dedel).alex/adonis6-swagger from dev depenencies to regular dependencies ([0e99243](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/0e992433cb158d89e7f4c087486fff146a6448f2))
35+
* update node image version ([2ae2f96](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/commit/2ae2f963d3bb257c0b5a89365457e476bdf484c7))
36+
337
## [0.7.0](https://github.com/NFDI4Chem/nmrxiv-nodejs-microservice/compare/v0.6.0...v0.7.0) (2025-08-20)
438

539

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": "nmrxiv-nodejs-microservice",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)