From 4e52b5a524c1b4c5a7b81e7e4bb1f0fd272091a5 Mon Sep 17 00:00:00 2001 From: Guo Zhihao Date: Fri, 17 May 2024 10:53:01 +0800 Subject: [PATCH] chore: release 1.2.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",