Skip to content

Commit

Permalink
chore: release v0.41.0 (#661)
Browse files Browse the repository at this point in the history
* chore: release v0.41.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Grenishin <[email protected]>
  • Loading branch information
3 people authored May 27, 2024
1 parent 6333bcf commit 8893f11
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.41.0](https://github.com/uploadcare/blocks/compare/v0.40.0...v0.41.0) (2024-05-24)

### Features

- add `secureDeliveryProxyUrlResolver` option ([c7cfcd0](https://github.com/uploadcare/blocks/commit/c7cfcd00563dc377b0368f1e2adc0ad973bcb20b)). See docs [here](https://uploadcare.com/docs/file-uploader/options/#secure-delivery-proxy-url-resolver).
- add `secureUploadsExpireThreshold` option ([0d9205d](https://github.com/uploadcare/blocks/commit/0d9205d0391f7c703069ac77efd62b0709bde626)). See docs [here](https://uploadcare.com/docs/file-uploader/options/#secure-uploads-expire-threshold).
- add `secureUploadsSignatureResolver` option ([226d36f](https://github.com/uploadcare/blocks/commit/226d36f691803801fcc15aa014aefa9e57959d50)). See docs [here](https://uploadcare.com/docs/file-uploader/options/#secure-uploads-signature-resolver).

# [0.40.0](https://github.com/uploadcare/blocks/compare/v0.39.1...v0.40.0) (2024-05-17)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion env.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/** Do not edit this file manually. It's generated during build process. */
export const PACKAGE_NAME = 'blocks';
export const PACKAGE_VERSION = '0.40.0';
export const PACKAGE_VERSION = '0.41.0';
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": "@uploadcare/blocks",
"version": "0.40.0",
"version": "0.41.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit 8893f11

Please sign in to comment.