Skip to content

Commit

Permalink
Merge pull request #284 from corsmirror/release-please--branches--mas…
Browse files Browse the repository at this point in the history
…ter--components--corsmirror-cf

chore(master): release 1.0.4
  • Loading branch information
remarkablemark authored Jan 30, 2024
2 parents ace97a1 + 478901f commit a74e685
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
24 changes: 13 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corsmirror-cf",
"version": "1.0.3",
"version": "1.0.4",
"description": "CORSmirror Cloudflare",
"author": "Mark <mark@remarkablemark.org>",
"scripts": {
Expand Down

0 comments on commit a74e685

Please sign in to comment.