Skip to content

Commit

Permalink
chore(release): 🔖 7.0.0-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-develop.1](v6.0.2-develop.13...v7.0.0-develop.1) (2024-02-22)

### Bug Fixes

* fixed GEO missing when supplied (closes [#569](#569)) ([2eeceb8](2eeceb8))
* fixed typo `&&&` to `&&` ([7707b59](7707b59))

### Features

* **Event:** Made `ICalEvent.location.title` optional to allow setting `GEO` without title ([42be230](42be230)), closes [#578](#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
  • Loading branch information
semantic-release-bot committed Feb 22, 2024
1 parent dc86ef7 commit 8d3a55d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "6.0.2-develop.13"
"version": "7.0.0-develop.1"
}

0 comments on commit 8d3a55d

Please sign in to comment.