Skip to content

Commit

Permalink
release: 🏹 v3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.0](v3.2.0...v3.3.0) (2024-03-10)

### Features

* πŸš€ feat: add config for remote images download delays ([fb05eda](fb05eda))

### Bug Fixes

* **deps:** update dependency fs-extra to ^11.2.0 ([83990ed](83990ed))
* **deps:** update dependency sharp to ^0.32.6 ([ea1b24f](ea1b24f))
* **deps:** update dependency sharp to v0.32.6 [security] ([fed526e](fed526e))

### Documentation

* ✏️ add docs info for remoteImagesDownloadsDelay config ([4978490](4978490))
  • Loading branch information
semantic-release-bot committed Mar 10, 2024
1 parent e7e793c commit 9576e18
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

## [Released](https://github.com/dc7290/next-export-optimize-images/releases)

## [3.3.0](https://github.com/dc7290/next-export-optimize-images/compare/v3.2.0...v3.3.0) (2024-03-10)


### Features

* πŸš€ feat: add config for remote images download delays ([fb05eda](https://github.com/dc7290/next-export-optimize-images/commit/fb05edaeb73b85fb2ac930c30e061c0c0078d6ca))


### Bug Fixes

* **deps:** update dependency fs-extra to ^11.2.0 ([83990ed](https://github.com/dc7290/next-export-optimize-images/commit/83990ed601450ad37ec4a99cfa3d1bb6480022b5))
* **deps:** update dependency sharp to ^0.32.6 ([ea1b24f](https://github.com/dc7290/next-export-optimize-images/commit/ea1b24f4eb3301f3332e97381ee618590b822887))
* **deps:** update dependency sharp to v0.32.6 [security] ([fed526e](https://github.com/dc7290/next-export-optimize-images/commit/fed526eb1056f530121900aa9beb4627a2262589))


### Documentation

* ✏️ add docs info for remoteImagesDownloadsDelay config ([4978490](https://github.com/dc7290/next-export-optimize-images/commit/4978490d9c464af26cbd0539e5ec64e3f5d269d6))

## [3.2.0](https://github.com/dc7290/next-export-optimize-images/compare/v3.1.1...v3.2.0) (2023-09-05)


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": "next-export-optimize-images",
"version": "3.2.0",
"version": "3.3.0",
"description": "Optimize images at build time with Next.js.",
"keywords": [
"next.js",
Expand Down

0 comments on commit 9576e18

Please sign in to comment.