Skip to content

Commit

Permalink
Merge branch main into develop [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Mar 17, 2024
2 parents eaf3ddb + 9880998 commit ce1185f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [7.0.0](https://github.com/sebbo2002/ical-generator/compare/v6.0.1...v7.0.0) (2024-03-17)


### Bug Fixes

* **Event:** Run start/end validation only when getting data ([9174a32](https://github.com/sebbo2002/ical-generator/commit/9174a32bfe209f17f8c8460bc38187bb84dfecb0)), closes [#581](https://github.com/sebbo2002/ical-generator/issues/581)
* fixed GEO missing when supplied (closes [#569](https://github.com/sebbo2002/ical-generator/issues/569)) ([2eeceb8](https://github.com/sebbo2002/ical-generator/commit/2eeceb84feb0cb5b9cc07a93e2b8b47fc3d313a7))
* fixed typo `&&&` to `&&` ([7707b59](https://github.com/sebbo2002/ical-generator/commit/7707b595de0791c0d93f414a3340696d9e52d2ec))


### Features

* **Alarm:** Add support for `email` alarm type ([5398f09](https://github.com/sebbo2002/ical-generator/commit/5398f09809544c7529e8cabec2ee997b2a4781ae)), closes [#576](https://github.com/sebbo2002/ical-generator/issues/576)
* **Event:** Made `ICalEvent.location.title` optional to allow setting `GEO` without title ([42be230](https://github.com/sebbo2002/ical-generator/commit/42be23018544dbf75ad9ce6cfe25231d1d434cc0)), closes [#578](https://github.com/sebbo2002/ical-generator/issues/578)


### BREAKING CHANGES

* **Event:** [ICalEvent.location()](https://sebbo2002.github.io/ical-generator/develop/reference/classes/ICalEvent.html#location)'s `title` field can now be undefined

## [6.0.1](https://github.com/sebbo2002/ical-generator/compare/v6.0.0...v6.0.1) (2024-01-07)


Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -125,5 +125,5 @@
"test": "mocha"
},
"type": "module",
"version": "7.0.0-develop.6"
"version": "7.0.0"
}

0 comments on commit ce1185f

Please sign in to comment.