Skip to content

Commit

Permalink
chore(release): 0.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.24.0](0.23.0...0.24.0) (2020-03-15)

### Bug Fixes

* **test:** fixed tests ([3efb490](3efb490))

### Features

* **lint:** added lint-staged ([b0825e7](b0825e7))
* **release:** added semantic-release. Fixes MEMB-830 ([3ebb755](3ebb755))
  • Loading branch information
semantic-release-bot committed Mar 15, 2020
1 parent 638bebf commit 2e43bb6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.24.0](https://github.com/AEGEE/oms-events/compare/0.23.0...0.24.0) (2020-03-15)


### Bug Fixes

* **test:** fixed tests ([3efb490](https://github.com/AEGEE/oms-events/commit/3efb490f908dc107c51bfe0aebb81b48533a7b0f))


### Features

* **lint:** added lint-staged ([b0825e7](https://github.com/AEGEE/oms-events/commit/b0825e7fc060ca86f5a99a7bd1d664da738ebc69))
* **release:** added semantic-release. Fixes MEMB-830 ([3ebb755](https://github.com/AEGEE/oms-events/commit/3ebb7554c012a6bd1c0ff18717a6341de5d30ecb))

<a name="0.23.0"></a>
# [0.23.0](https://github.com/AEGEE/oms-events/compare/0.22.2...0.23.0) (2020-03-13)

Expand Down Expand Up @@ -582,6 +595,3 @@
### BREAKING CHANGES

* **endpoints:** removed some endpoints



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": "oms-events",
"version": "0.23.0",
"version": "0.24.0",
"description": "Events-module of the OMS",
"main": "server.js",
"directories": {
Expand Down

0 comments on commit 2e43bb6

Please sign in to comment.