Skip to content

Commit

Permalink
chore(release): 6.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.9](v6.0.8...v6.0.9) (2019-03-28)

### Bug Fixes

* **rrule:** correctly set no-until events ([#49](#49)) ([66a7a0f](66a7a0f))
  • Loading branch information
semantic-release-bot committed Mar 28, 2019
1 parent 66a7a0f commit 60c03e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.9](https://github.com/makeomatic/mservice-calendar/compare/v6.0.8...v6.0.9) (2019-03-28)


### Bug Fixes

* **rrule:** correctly set no-until events ([#49](https://github.com/makeomatic/mservice-calendar/issues/49)) ([66a7a0f](https://github.com/makeomatic/mservice-calendar/commit/66a7a0f))

## [6.0.8](https://github.com/makeomatic/mservice-calendar/compare/v6.0.7...v6.0.8) (2019-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mservice-calendar",
"description": "Calendar microservice",
"version": "6.0.8",
"version": "6.0.9",
"main": "./lib/index.js",
"scripts": {
"doc": "cd schemas && apidoc -i ./../src/actions -v -o ./../docs",
Expand Down

0 comments on commit 60c03e8

Please sign in to comment.