Skip to content

Commit 0bc7f61

Browse files
chore(release): 0.30.4 [skip ci]
## [0.30.4](v0.30.3...v0.30.4) (2019-09-19) ### Bug Fixes * πŸ› Removed unused redis dependency ([#35](#35)) ([b707454](b707454))
1 parent b707454 commit 0bc7f61

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [0.30.4](https://github.com/egendata/operator/compare/v0.30.3...v0.30.4) (2019-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› Removed unused redis dependency ([#35](https://github.com/egendata/operator/issues/35)) ([b707454](https://github.com/egendata/operator/commit/b707454))

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
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": "mydata-operator",
3-
"version": "0.30.3",
3+
"version": "0.30.4",
44
"description": "Backend for managing consents and data flow",
55
"scripts": {
66
"start": "node ./lib/server.js",

0 commit comments

Comments
Β (0)