Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Baumann committed Nov 25, 2023
1 parent c3d220f commit deef003
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 2.2.0

- Add `CrossOriginEmbedderPolicy unsafe-none`.
- Improve `As dart_frog middleware` section in README.

## 2.1.1

- Replace `_` with `-` in pubpsec
- Replace `_` with `-` in pubpsec

## 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shelf_helmet
description: A port of the NodeJS helmet package to Dart. Helmet helps you secure your Dart Shelf/Frog apps by setting various HTTP headers.
version: 2.1.1
version: 2.2.0
homepage: https://jxstxn.de
repository: https://github.com/jxstxn1/shelf_helmet
issue_tracker: https://github.com/jxstxn1/shelf_helmet/issues
Expand Down

0 comments on commit deef003

Please sign in to comment.