Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-07-02)

### Bug Fixes

* **build:** remove yarn job ([46fb852](46fb852))
* **release:** fix semanti release env ([2a095c9](2a095c9)), closes [#43](#43)
* fix wrong diagnostic report status import ([6785a8e](6785a8e))
* **build:** fixes yarn install on github ci ([97784bd](97784bd))
* **ci:** removes storybook command ([930b691](930b691))
* **model:** remove unused models ([562a46e](562a46e))

### Features

* **appointment:** add appointment schema ([c83cd66](c83cd66))
* **design docs:** add HR v1 design documents ([a61247e](a61247e))
* **model:** add allergy, diagnosis and medical-test models ([6abf8e8](6abf8e8))
* **release:** add release automation ([3e0a80e](3e0a80e)), closes [#42](#42) [#43](#43)
* add loinc codes and descriptions ([d40973c](d40973c))
* **model:** add patient database schema and typings ([1d46c5d](1d46c5d))
* 🎸 (schema) adding more schema resources ([77faaae](77faaae))
  • Loading branch information
semantic-release-bot committed Jul 2, 2020
1 parent 46fb852 commit 26dd8e7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 1.0.0 (2020-07-02)


### Bug Fixes

* **build:** remove yarn job ([46fb852](https://github.com/HospitalRun/hospitalrun-core/commit/46fb852ac09380c67e77e92d8c2eeb0068d10b39))
* **release:** fix semanti release env ([2a095c9](https://github.com/HospitalRun/hospitalrun-core/commit/2a095c9d9337c1afd80a00ad0e21e95a68c201ab)), closes [#43](https://github.com/HospitalRun/hospitalrun-core/issues/43)
* fix wrong diagnostic report status import ([6785a8e](https://github.com/HospitalRun/hospitalrun-core/commit/6785a8e6bd822bdc8383517f31283e5b512f7a71))
* **build:** fixes yarn install on github ci ([97784bd](https://github.com/HospitalRun/hospitalrun-core/commit/97784bde80b843291f88c9799405c2057a6d6f66))
* **ci:** removes storybook command ([930b691](https://github.com/HospitalRun/hospitalrun-core/commit/930b6913ce408ca23b73113dbcb79e0be02708ed))
* **model:** remove unused models ([562a46e](https://github.com/HospitalRun/hospitalrun-core/commit/562a46e6554a4e301d3f7fc968fda551aeb57ebc))


### Features

* **appointment:** add appointment schema ([c83cd66](https://github.com/HospitalRun/hospitalrun-core/commit/c83cd66e188a9f1880346678fa2bbe6b5ad52b7b))
* **design docs:** add HR v1 design documents ([a61247e](https://github.com/HospitalRun/hospitalrun-core/commit/a61247e383619b63eadfa7eac8990a3758cde2cd))
* **model:** add allergy, diagnosis and medical-test models ([6abf8e8](https://github.com/HospitalRun/hospitalrun-core/commit/6abf8e82c419fb8cb253ca0a2a6ab1aecfec9bd3))
* **release:** add release automation ([3e0a80e](https://github.com/HospitalRun/hospitalrun-core/commit/3e0a80e80799102eadcbf4660518c6cc41c69f7d)), closes [#42](https://github.com/HospitalRun/hospitalrun-core/issues/42) [#43](https://github.com/HospitalRun/hospitalrun-core/issues/43)
* add loinc codes and descriptions ([d40973c](https://github.com/HospitalRun/hospitalrun-core/commit/d40973cdd11d126b504ec6d6f6c2f75a71a266d2))
* **model:** add patient database schema and typings ([1d46c5d](https://github.com/HospitalRun/hospitalrun-core/commit/1d46c5dcdbb2635ce1d1847f65362e4356df376f))
* 🎸 (schema) adding more schema resources ([77faaae](https://github.com/HospitalRun/hospitalrun-core/commit/77faaae9457d193ac025112b3db9cad07f88d0b5))

0 comments on commit 26dd8e7

Please sign in to comment.