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

Commit

Permalink
chore(release): 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.1](v0.3.0...v0.3.1) (2020-03-12)

### Bug Fixes

* **actions:** add missing script on release step ([2f1ad6e](2f1ad6e))
* **actions:** fix coveralls ([006b55f](006b55f))
* **actions:** fix typo ([64f0239](64f0239))
* **coveralls:** fix test script ([5cfe35d](5cfe35d))
  • Loading branch information
semantic-release-bot committed Mar 12, 2020
1 parent 5c33a58 commit f802b99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.3.1](https://github.com/HospitalRun/cli/compare/v0.3.0...v0.3.1) (2020-03-12)


### Bug Fixes

* **actions:** add missing script on release step ([2f1ad6e](https://github.com/HospitalRun/cli/commit/2f1ad6eae0223f450794876e971e29210cad71cd))
* **actions:** fix coveralls ([006b55f](https://github.com/HospitalRun/cli/commit/006b55fc37655fe8e428cfb1bd9f1b9efaab6f6a))
* **actions:** fix typo ([64f0239](https://github.com/HospitalRun/cli/commit/64f0239c34922cea5170980a8abc6a08a6b27d56))
* **coveralls:** fix test script ([5cfe35d](https://github.com/HospitalRun/cli/commit/5cfe35da0696257cf71841960f68269364c3beea))

# [0.3.0](https://github.com/HospitalRun/cli/compare/v0.2.1...v0.3.0) (2020-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hospitalrun/cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "HospitalRun CLI",
"bin": {
"hospitalrun": "bin/hospitalrun.js"
Expand Down

0 comments on commit f802b99

Please sign in to comment.