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 Jan 9, 2025
2 parents fdbe6fa + 29e90a6 commit 8ce44e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [8.1.0](https://github.com/sebbo2002/ical-generator/compare/v8.0.1...v8.1.0) (2025-01-09)


### Bug Fixes

* **deps:** downgrade eslint to v9.13.0 to resolve typescript-eslint issue ([b716d34](https://github.com/sebbo2002/ical-generator/commit/b716d340379690e2cf784d1d60735b77fdf3083b)), closes [#10353](https://github.com/sebbo2002/ical-generator/issues/10353) [typescript-eslint/typescript-eslint#10353](https://github.com/typescript-eslint/typescript-eslint/issues/10353)


### Features

* replace uuid dependency with native crypto method ([6628515](https://github.com/sebbo2002/ical-generator/commit/66285152c18396709196354b3128191d2154bda4))

## [8.0.1](https://github.com/sebbo2002/ical-generator/compare/v8.0.0...v8.0.1) (2024-10-16)


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 @@ -126,5 +126,5 @@
"test": "mocha"
},
"type": "module",
"version": "8.1.0-develop.2"
"version": "8.1.0"
}

0 comments on commit 8ce44e4

Please sign in to comment.