Skip to content

Commit

Permalink
chore(release): 🔖 2.0.0-develop.3 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-develop.3](v2.0.0-develop.2...v2.0.0-develop.3) (2021-03-23)

### Code Refactoring

* **Calendar:** Remove moment.Duration from `ttl()` method ([c6ccd12](c6ccd12))

### Features

* Merge event's `description()` and `htmlDescription()` ([ce537f8](ce537f8))

### BREAKING CHANGES

* `htmlDescription()` was removed, use `description()` instead.
* **Calendar:** `ttl()` will now return a number, not a `moment.Duration`. You can still use `moment.Duration` to set the `ttl` value.
  • Loading branch information
semantic-release-bot committed Mar 23, 2021
1 parent ce537f8 commit d11b737
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0-develop.3](https://github.com/sebbo2002/ical-generator/compare/v2.0.0-develop.2...v2.0.0-develop.3) (2021-03-23)


### Code Refactoring

* **Calendar:** Remove moment.Duration from `ttl()` method ([c6ccd12](https://github.com/sebbo2002/ical-generator/commit/c6ccd12ed9e4f63e1876e3e06e7f13c38f1400ae))


### Features

* Merge event's `description()` and `htmlDescription()` ([ce537f8](https://github.com/sebbo2002/ical-generator/commit/ce537f8f56c1f3651938b75e884ae76814187daf))


### BREAKING CHANGES

* `htmlDescription()` was removed, use `description()` instead.
* **Calendar:** `ttl()` will now return a number, not a `moment.Duration`. You can still use `moment.Duration` to set the `ttl` value.

# [2.0.0-develop.2](https://github.com/sebbo2002/ical-generator/compare/v2.0.0-develop.1...v2.0.0-develop.2) (2021-03-22)


Expand Down

0 comments on commit d11b737

Please sign in to comment.