Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2023-11-02)

### Bug Fixes

* **http:** handle http timeouts properly ([0366aba](0366aba))
* **http:** use correct fetch api ([d68e368](d68e368))

### Features

* **http:** add instructions for HTTP challenge in initial response ([9fe17eb](9fe17eb))
* **index:** implement http challenge ([85a9d41](85a9d41))
* **index:** support both HTTP and DNS validation ([5b25c4e](5b25c4e))
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent e8dd416 commit 361d39c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.1.0](https://github.com/adobe/franklin-domainkey-provider/compare/v1.0.4...v1.1.0) (2023-11-02)


### Bug Fixes

* **http:** handle http timeouts properly ([0366aba](https://github.com/adobe/franklin-domainkey-provider/commit/0366abae482d6676ec483c3b6943e521382fd779))
* **http:** use correct fetch api ([d68e368](https://github.com/adobe/franklin-domainkey-provider/commit/d68e36830846bce4eea540aeefe976ecefb145a4))


### Features

* **http:** add instructions for HTTP challenge in initial response ([9fe17eb](https://github.com/adobe/franklin-domainkey-provider/commit/9fe17ebb8a57cb54c9fc1f4ec1b465080208f324))
* **index:** implement http challenge ([85a9d41](https://github.com/adobe/franklin-domainkey-provider/commit/85a9d41aa1465edc01ac32c59f2bb9548be38a53))
* **index:** support both HTTP and DNS validation ([5b25c4e](https://github.com/adobe/franklin-domainkey-provider/commit/5b25c4e85597855704ebb893a69b1f3d67eeb572))

## [1.0.4](https://github.com/adobe/franklin-domainkey-provider/compare/v1.0.3...v1.0.4) (2023-10-30)


Expand Down
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": "@adobe/franklin-domainkey-provider",
"version": "1.0.4",
"version": "1.1.0",
"private": true,
"description": "Franklin Domainkey Provider",
"main": "src/index.js",
Expand Down

0 comments on commit 361d39c

Please sign in to comment.