From 478901f8e3a411834e2f83ee4021b024678f162f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:37:06 +0000 Subject: [PATCH] chore(master): release 1.0.4 --- CHANGELOG.md | 24 +++++++++++++----------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506b6b6..286822d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,32 @@ # Changelog -## [1.0.3](https://github.com/CORSmirror/corsmirror-cf/compare/v1.0.2...v1.0.3) (2023-07-08) +## [1.0.4](https://github.com/corsmirror/corsmirror-cf/compare/v1.0.3...v1.0.4) (2024-01-30) +### Miscellaneous Chores -### Bug Fixes +- release 1.0.4 ([ace97a1](https://github.com/corsmirror/corsmirror-cf/commit/ace97a15d6639a327b86b568ca378e88426df753)) -* **functions:** respond with 400 Bad Request for invalid url string ([a127fb4](https://github.com/CORSmirror/corsmirror-cf/commit/a127fb4f404973c628e5d2fc3efd26a55286d9c0)) +## [1.0.3](https://github.com/corsmirror/corsmirror-cf/compare/v1.0.2...v1.0.3) (2023-07-08) -## [1.0.2](https://github.com/CORSmirror/corsmirror-cf/compare/v1.0.1...v1.0.2) (2023-05-30) +### Bug Fixes +- **functions:** respond with 400 Bad Request for invalid url string ([a127fb4](https://github.com/corsmirror/corsmirror-cf/commit/a127fb4f404973c628e5d2fc3efd26a55286d9c0)) -### Bug Fixes +## [1.0.2](https://github.com/corsmirror/corsmirror-cf/compare/v1.0.1...v1.0.2) (2023-05-30) -* **functions:** set header "Access-Control-Allow-Methods" to "*" ([dd7e776](https://github.com/CORSmirror/corsmirror-cf/commit/dd7e77640d9bf785975f370d8dcd637dd3c4a496)) +### Bug Fixes -## [1.0.1](https://github.com/CORSmirror/corsmirror-cf/compare/v1.0.0...v1.0.1) (2023-05-23) +- **functions:** set header "Access-Control-Allow-Methods" to "\*" ([dd7e776](https://github.com/corsmirror/corsmirror-cf/commit/dd7e77640d9bf785975f370d8dcd637dd3c4a496)) +## [1.0.1](https://github.com/corsmirror/corsmirror-cf/compare/v1.0.0...v1.0.1) (2023-05-23) ### Bug Fixes -* **functions:** handle CORS preflight requests in v1 ([f44bc09](https://github.com/CORSmirror/corsmirror-cf/commit/f44bc090a1c9778f5757a0192185d489eb747d60)) +- **functions:** handle CORS preflight requests in v1 ([f44bc09](https://github.com/corsmirror/corsmirror-cf/commit/f44bc090a1c9778f5757a0192185d489eb747d60)) ## 1.0.0 (2023-05-23) - ### Features -* **functions:** add v1 endpoint ([1ba6460](https://github.com/CORSmirror/corsmirror-cf/commit/1ba6460b1bde47a61e99b56cda8f9c926b8d38b0)) -* **public:** create head.html ([b76248b](https://github.com/CORSmirror/corsmirror-cf/commit/b76248b536238ea447598572da2d7678b29a88a4)) +- **functions:** add v1 endpoint ([1ba6460](https://github.com/corsmirror/corsmirror-cf/commit/1ba6460b1bde47a61e99b56cda8f9c926b8d38b0)) +- **public:** create head.html ([b76248b](https://github.com/corsmirror/corsmirror-cf/commit/b76248b536238ea447598572da2d7678b29a88a4)) diff --git a/package-lock.json b/package-lock.json index 26b22bb..c843b10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corsmirror-cf", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "corsmirror-cf", - "version": "1.0.3", + "version": "1.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 832a1a9..6ef91f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corsmirror-cf", - "version": "1.0.3", + "version": "1.0.4", "description": "CORSmirror Cloudflare", "author": "Mark ", "scripts": {