Skip to content

Commit

Permalink
Fix changelog header for 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed May 6, 2023
1 parent 1d61038 commit 88766cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- **Breaking:** Drop support for Node 14 and 15. Node 16+ is now required
- **Breaking:** `Expect-CT` is no longer part of Helmet. If you still need it, you can use the [`expect-ct` package](https://www.npmjs.com/package/expect-ct). See [#378](https://github.com/helmetjs/helmet/issues/378)

### 6.2.0 - 2023-05-06
## 6.2.0 - 2023-05-06

- Expose header names (e.g., `strictTransportSecurity` for the `Strict-Transport-Security` header, instead of `hsts`)
- Rework documentation
Expand Down

0 comments on commit 88766cd

Please sign in to comment.