Skip to content

Commit

Permalink
chore(release): 🔖 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.0...v0.5.0) (2021-04-13)

### Bug Fixes

* **Log:** Fix scope.addTag is not a function ([0e98323](0e98323))

### Features

* **PluginInstances:** add logging for plugin initialization for debugging purposes ([8dcce61](8dcce61))
* **bin/server:** Do not allow to create first user with that tool ([25dda15](25dda15))
  • Loading branch information
semantic-release-bot committed Apr 13, 2021
1 parent db6bbd1 commit eef2e78
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.5.0](https://github.com/ubud-app/server/compare/v0.4.0...v0.5.0) (2021-04-13)


### Bug Fixes

* **Log:** Fix scope.addTag is not a function ([0e98323](https://github.com/ubud-app/server/commit/0e983238bc89b3c5e73285d0dfab33e6c3306a73))


### Features

* **PluginInstances:** add logging for plugin initialization for debugging purposes ([8dcce61](https://github.com/ubud-app/server/commit/8dcce61b23c3e799262b84458541b1d01e1553bb))
* **bin/server:** Do not allow to create first user with that tool ([25dda15](https://github.com/ubud-app/server/commit/25dda15a18956357659a035ccdde0ec5f54b7b84))

# [0.4.0](https://github.com/ubud-app/server/compare/v0.3.0...v0.4.0) (2020-12-09)


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
Expand Up @@ -65,5 +65,5 @@
"engines": {
"node": ">=12.0.0"
},
"version": "0.4.0"
"version": "0.5.0"
}

0 comments on commit eef2e78

Please sign in to comment.