Skip to content

Commit

Permalink
chore(release): 🔖 2.0.0-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-develop.1](v1.3.0-develop.4...v2.0.0-develop.1) (2021-03-21)

### Features

* **Calendar:** add new clear method ([1ebefcb](1ebefcb)), closes [#188](#188)

### BREAKING CHANGES

* **Calendar:** Calendar's `clear()` method is a completely new implementation and, unlike previous versions, will not reset metadata such as `name` or `prodId`. Only the events will be removed
  • Loading branch information
semantic-release-bot committed Mar 21, 2021
1 parent 1ebefcb commit 3879576
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0-develop.1](https://github.com/sebbo2002/ical-generator/compare/v1.3.0-develop.4...v2.0.0-develop.1) (2021-03-21)


### Features

* **Calendar:** add new clear method ([1ebefcb](https://github.com/sebbo2002/ical-generator/commit/1ebefcb3057db88870474bbb8da6c70ed9cb7336)), closes [#188](https://github.com/sebbo2002/ical-generator/issues/188)


### BREAKING CHANGES

* **Calendar:** Calendar's `clear()` method is a completely new implementation and, unlike previous versions, will not reset metadata such as `name` or `prodId`. Only the events will be removed

# [1.3.0-develop.4](https://github.com/sebbo2002/ical-generator/compare/v1.3.0-develop.3...v1.3.0-develop.4) (2021-03-21)


Expand Down

0 comments on commit 3879576

Please sign in to comment.