Skip to content

Commit

Permalink
chore(release): 0.31.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.31.1](v0.31.0...v0.31.1) (2019-10-09)

### Bug Fixes

* 🐛 setting the keys correctly for production NODE_ENV ([#52](#52)) ([cb22cb3](cb22cb3))
  • Loading branch information
semantic-release-bot committed Oct 9, 2019
1 parent 851af9e commit 6999731
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.31.1](https://github.com/egendata/operator/compare/v0.31.0...v0.31.1) (2019-10-09)


### Bug Fixes

* 🐛 setting the keys correctly for production NODE_ENV ([#52](https://github.com/egendata/operator/issues/52)) ([cb22cb3](https://github.com/egendata/operator/commit/cb22cb3))

# [0.31.0](https://github.com/egendata/operator/compare/v0.30.4...v0.31.0) (2019-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mydata-operator",
"version": "0.31.0",
"version": "0.31.1",
"description": "Backend for managing consents and data flow",
"scripts": {
"start": "node ./lib/server.js",
Expand Down

0 comments on commit 6999731

Please sign in to comment.