Skip to content

Commit d6a3dbf

Browse files
committed
Merged 0.6.2 and 0.7.0
1 parent 4cf40ce commit d6a3dbf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.7.0] - 2025-06-17
99

1010
### Added
1111

1212
- The `check` method now exists on both limiters, and will return a `reason` property.
1313
- `RateLimiterOptions` is now exported.
14-
15-
## [0.6.2] - 2025-06-17
14+
- Package updates for Svelte 5 and general QOL improvements [#18](https://github.com/ciscoheat/sveltekit-rate-limiter/pull/18), thanks to [screenfluent](https://github.com/screenfluent)!
1615

1716
### Fixed
1817

1918
- Fixed so invalid cookie data does not cause an infinite loop when `preflight` is `false`.
2019

21-
### Added
22-
23-
- Package updates for Svelte 5 and general QOL improvements [#18](https://github.com/ciscoheat/sveltekit-rate-limiter/pull/18), thanks to [screenfluent](https://github.com/screenfluent)!
24-
2520
## [0.6.1] - 2024-09-19
2621

2722
### Added

0 commit comments

Comments
 (0)