Skip to content

Commit

Permalink
chore(release): 🔖 8.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.1](v8.0.0...v8.0.1) (2024-10-16)

### Bug Fixes

* **Event:** Add missing : for ORGANIZERs ([dca6352](dca6352)), closes [#610](#610)
* **Event:** Handle location.geo.lat|lon = null ([7e68f00](7e68f00)), closes [#618](#618)
  • Loading branch information
semantic-release-bot committed Oct 16, 2024
1 parent e5043d6 commit 0596b81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [8.0.1](https://github.com/sebbo2002/ical-generator/compare/v8.0.0...v8.0.1) (2024-10-16)


### Bug Fixes

* **Event:** Add missing : for ORGANIZERs ([dca6352](https://github.com/sebbo2002/ical-generator/commit/dca6352e30b042584cee7941966531400fa6f9d4)), closes [#610](https://github.com/sebbo2002/ical-generator/issues/610)
* **Event:** Handle location.geo.lat|lon = null ([7e68f00](https://github.com/sebbo2002/ical-generator/commit/7e68f0046ac927806325d68dcf31dc815efeeb8e)), closes [#618](https://github.com/sebbo2002/ical-generator/issues/618)

# [8.0.0](https://github.com/sebbo2002/ical-generator/compare/v7.2.0...v8.0.0) (2024-08-26)


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 @@ -129,5 +129,5 @@
"test": "mocha"
},
"type": "module",
"version": "8.0.1-develop.8"
"version": "8.0.1"
}

0 comments on commit 0596b81

Please sign in to comment.