diff --git a/CHANGELOG.md b/CHANGELOG.md index 239c2ef..c3d6d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.6.0 - 2024-02-10 ### Changed diff --git a/build-npm.ts b/build-npm.ts index d7bf2e0..29ea9df 100644 --- a/build-npm.ts +++ b/build-npm.ts @@ -11,7 +11,7 @@ await build({ name: "content-security-policy-parser", author: "Evan Hahn (https://evanhahn.com)", description: "Parse Content Security Policy directives.", - version: "0.5.0", + version: "0.6.0", license: "MIT", keywords: ["security", "content", "security", "policy", "csp", "parser"], homepage: "https://github.com/helmetjs/content-security-policy-parser",