Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
## [0.3.0](v0.2.1...v0.3.0) (2024-12-03)

### Features

* add backend checks to status page ([62260ae](62260ae))
* add fastly compute service version to status page ([b7cd7b1](b7cd7b1))
* add links to the status page ([bed4323](bed4323))
* improve status page ([d1733b5](d1733b5))
* restructure status page ([b8ead8f](b8ead8f))
* status page shows save_to_kvstore_plugin value ([4eb3aaa](4eb3aaa))

### Bug Fixes

* add cors headers for error response ([0c9a721](0c9a721))
* build command missing metadata ([3d77697](3d77697))
* create artifact via metadata ([ba22a53](ba22a53))
* enable metadata on pack step ([565affd](565affd))
* github ci not running prebuild ([9957582](9957582))
* more clear error message ([74a1a34](74a1a34))
* show status page correct store name for kv storage ([5df22d3](5df22d3))
* status page wording ([468fd54](468fd54))
* undefined message for status page ([ef643f4](ef643f4))
* update fastly cli version to fix metadata bug ([95b2d60](95b2d60))
* when open client response is enabled, non utf body throws an error ([d88dc2b](d88dc2b))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent 439d454 commit 03d26d3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [0.3.0](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/compare/v0.2.1...v0.3.0) (2024-12-03)


### Features

* add backend checks to status page ([62260ae](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/62260aeb5f5fa7c10aabb7729cf4d09f5c55f087))
* add fastly compute service version to status page ([b7cd7b1](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/b7cd7b15dfd60708452f0ccef8d138387655ddbb))
* add links to the status page ([bed4323](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/bed4323b666ff30cc2451eda6dfb27d139fa1421))
* improve status page ([d1733b5](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/d1733b5768f8c1eaf95f041c2c92ff24b019c36b))
* restructure status page ([b8ead8f](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/b8ead8f28f10384ff9bff0484bae0cd6cdfe2563))
* status page shows save_to_kvstore_plugin value ([4eb3aaa](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/4eb3aaae7fd0fb39119456830f06219f4a585c98))


### Bug Fixes

* add cors headers for error response ([0c9a721](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/0c9a721e4be67676505b09f14e36fb482d6f91d5))
* build command missing metadata ([3d77697](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/3d776976c72b3490b90aff4729f56170fbe2f9a7))
* create artifact via metadata ([ba22a53](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/ba22a538130c75d22aa119aeb403390ca35f9426))
* enable metadata on pack step ([565affd](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/565affd396c42b5ee7bb2a332a33b5a2dd0331c5))
* github ci not running prebuild ([9957582](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/9957582dc9ec64781ea718b3946fa9c7e34ccb9b))
* more clear error message ([74a1a34](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/74a1a347f8d3ae423b74eed9007d54150a927635))
* show status page correct store name for kv storage ([5df22d3](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/5df22d368c5a7f38b46ffbc7e71a65d8d0d6cb08))
* status page wording ([468fd54](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/468fd54f1e786c1d2177e827e526059eda9b9b37))
* undefined message for status page ([ef643f4](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/ef643f429427f452424a427a53a849e227dcc12e))
* update fastly cli version to fix metadata bug ([95b2d60](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/95b2d60ad5bbe5c85a4c7075827cc69ad775122e))
* when open client response is enabled, non utf body throws an error ([d88dc2b](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/d88dc2bb6ee36df4a3098ef390c3afd1ed151c2b))

## [0.3.0-rc.7](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/compare/v0.3.0-rc.6...v0.3.0-rc.7) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-pro-fastly-compute-proxy-integration",
"version": "0.3.0-rc.7",
"version": "0.3.0",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit 03d26d3

Please sign in to comment.