Skip to content

Commit

Permalink
build: add npm run release
Browse files Browse the repository at this point in the history
chore(release): release 1.0.0
  • Loading branch information
Chinlinlee committed Jun 23, 2021
1 parent 9ebd286 commit e096815
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0 (2021-06-23)


### Features

* Add generation jpeg wehn STOW ([7fa5868](https://github.com/cylab-tw/raccoon/commit/7fa5868c3e4f35cf379767c3a664aefb5f944510))
* Add iconv lib ([516f940](https://github.com/cylab-tw/raccoon/commit/516f940793fda7cb495278cc9a95bf5a285d26ee))
* Add pydicom RGB or YBR to jpeg ([273ee09](https://github.com/cylab-tw/raccoon/commit/273ee0963123a0978c4cb373d48209284f29cd26))
* Added dcm2json V8 version ([0d4699a](https://github.com/cylab-tw/raccoon/commit/0d4699a07aa882d1ae5d5d7ed1178e5e8aa9a259))
* Added detect os when starting ([40f1dc0](https://github.com/cylab-tw/raccoon/commit/40f1dc0f2b911fb26ab02a3d4ea32f400c967c9a))
* Added dicom json to FHIR imagingStudy ([21a18f9](https://github.com/cylab-tw/raccoon/commit/21a18f9f549d5bace8a64165ab35b69a02808a3b))
* Added DICOMWeb response ([72a1f51](https://github.com/cylab-tw/raccoon/commit/72a1f515738883caf2388a28dc657ff1d6dd1df7))
* Added double check when deletion ([89d893d](https://github.com/cylab-tw/raccoon/commit/89d893d35c5d1974d2530955ae3c3a2d6df3b8cc))
* Added error log when mongo error ([aef4e65](https://github.com/cylab-tw/raccoon/commit/aef4e65b6827d6ab2e2c6443a513dcb39aa88e9b))
* Added quantity query ([3facd1d](https://github.com/cylab-tw/raccoon/commit/3facd1dc92f81a35a6003ee1eafd5b15555ce801))
* Added STOW function without Route API ([aa46c0e](https://github.com/cylab-tw/raccoon/commit/aa46c0e9d528689b0174f1b300106068f00b5457))
* Added view in dicom viewer button in ImageMS ([edf2762](https://github.com/cylab-tw/raccoon/commit/edf2762e7ed9030b3501d7cc994affa1c726649d))
* Added wado-url parameter validation ([8c7fa05](https://github.com/cylab-tw/raccoon/commit/8c7fa0587904db01bfa4ed61b7dd4f55f32fc9d5))
* Added xml2dcm ([c6cd8af](https://github.com/cylab-tw/raccoon/commit/c6cd8af195a9f05fde087dae308a2fd999628a6f))
* change python DCM2JPGE to flask API ([bb1a042](https://github.com/cylab-tw/raccoon/commit/bb1a042669b6101d4b05ca50418a56b1e763a920))
* change the formdata upload method ([9ebd286](https://github.com/cylab-tw/raccoon/commit/9ebd286e88013e75aeee45724210e16160491415))
* Change the method to get the frameNumber ([3bf7d4b](https://github.com/cylab-tw/raccoon/commit/3bf7d4bdd047e03f8e6c748a2594b56ae7c66f7b))
* Change upload way ([5daaba3](https://github.com/cylab-tw/raccoon/commit/5daaba37897c76bfa7f95569c309b456c4c8ab74))
* Set boundary in formdata ([c0ea534](https://github.com/cylab-tw/raccoon/commit/c0ea534dc0911eca92188b8ba7ffccc26ff8336c))
* **DICOMWeb:** Added write multipart function ([2e45361](https://github.com/cylab-tw/raccoon/commit/2e4536161d03c537c1a742bd6b6d912a59af0216))
* **wado-uri:** Added retrive frame ([7599f0a](https://github.com/cylab-tw/raccoon/commit/7599f0afa29282219cb74667551dd0faa41117bc))
* Dont use asymmetrik node fhir server code ([ab1a031](https://github.com/cylab-tw/raccoon/commit/ab1a031e6cdbb8308c74ae059426c345b17b3970))


### Bug Fixes

* dcmj2pnm error command ([6d060d2](https://github.com/cylab-tw/raccoon/commit/6d060d22cd389e64b8b8c8e1c7cd84bf886bcbd1))
* Error block ([2c9e336](https://github.com/cylab-tw/raccoon/commit/2c9e336c9b575aa9047d3fc2f1366e20be550935))
* Error occur when patient id have space ([bd92bc8](https://github.com/cylab-tw/raccoon/commit/bd92bc813ed6db10656a31b3ac944ad05e76434e))
* Huge file wado-rs ([cc65c0d](https://github.com/cylab-tw/raccoon/commit/cc65c0d4e1ef48fbeb4e2d5b5c353865b31eb823))
* ImageMS pagination bug ([11354a3](https://github.com/cylab-tw/raccoon/commit/11354a3f59dd4e118496660eaac05d74f1cca3ba))
* incorrect series metadata query ([3ae90ba](https://github.com/cylab-tw/raccoon/commit/3ae90bac2a231af879652da6b04214f358b79215))
* malloc dicomjson size must add 1 ([1b46d78](https://github.com/cylab-tw/raccoon/commit/1b46d7865d371671a622031baf194abf78642216))
* Metadata query error ([389a488](https://github.com/cylab-tw/raccoon/commit/389a488c0cd73917bda54546a3e9e60e6f1d659a))
* mongoose find function call error ([999eb1f](https://github.com/cylab-tw/raccoon/commit/999eb1ffaa8ff818ece06a91d1e28b17184ed558))
* No such file or directory ([69a19e8](https://github.com/cylab-tw/raccoon/commit/69a19e85c6390e08781644cbc1424dc914af76a7))
* Not generate when .env exists ([7ba20fd](https://github.com/cylab-tw/raccoon/commit/7ba20fd538e5cb64f206123d5cdbcdc1a0163fd5))
* response 404 when not found ([f5e205d](https://github.com/cylab-tw/raccoon/commit/f5e205d57acb0cf3d641f904d530388a735e6e7c))
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start ecosystem.config.js",
"windev": "set NODE_ENV=development && set PORT=8089 && nodemon server.js",
"build": "node build_raccoon/index"
"build": "node build_raccoon/index",
"release": "standard-version"
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
}
},
"keywords": [
"DICOMWeb",
Expand Down

0 comments on commit e096815

Please sign in to comment.