diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b457d..8ae9538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ All notable changes to this project will be documented in this file. See [standa +### [1.2.3](https://www.github.com/Val-istar-Guo/koa-csp/compare/v1.2.2...v1.2.3) (2024-05-17) + + +### Bug Fixes + +* add missing directives ([eee1df1](https://www.github.com/Val-istar-Guo/koa-csp/commit/eee1df14eacea66b10322914527398a7e40be231)) + ### [1.2.2](https://www.github.com/Val-istar-Guo/koa-csp/compare/v1.2.1...v1.2.2) (2024-01-16) diff --git a/package.json b/package.json index 271ce5d..3ea314b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-csp", - "version": "1.2.2", + "version": "1.2.3", "description": "Used to set respose header: Content-Security-Policy", "main": "lib/src/index.js", "module": "es/src/index.js",