Skip to content

Commit

Permalink
release: 🏹 v4.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.1](v4.5.0...v4.5.1) (2024-10-07)

### Bug Fixes

* πŸ› Apply loader: custom to image settings in Next.js ([a9c35b1](a9c35b1)), closes [#971](#971)
* πŸ› Fix for ENOENT No such file or directory ([e425220](e425220)), closes [#945](#945)
* **deps:** update dependency sharp to ^0.33.5 ([359a635](359a635))

### Documentation

* ✏️ Added notes ([d44fd70](d44fd70))
  • Loading branch information
dc7290 committed Oct 7, 2024
1 parent 112ec25 commit 75c8949
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [4.5.1](https://github.com/dc7290/next-export-optimize-images/compare/v4.5.0...v4.5.1) (2024-10-07)


### Bug Fixes

* πŸ› Apply loader: custom to image settings in Next.js ([a9c35b1](https://github.com/dc7290/next-export-optimize-images/commit/a9c35b1061c8dd2a388c26a9f76f8694c8716b93)), closes [#971](https://github.com/dc7290/next-export-optimize-images/issues/971)
* πŸ› Fix for ENOENT No such file or directory ([e425220](https://github.com/dc7290/next-export-optimize-images/commit/e42522073f58232d0757568f0591c7b3f0f9f73d)), closes [#945](https://github.com/dc7290/next-export-optimize-images/issues/945)
* **deps:** update dependency sharp to ^0.33.5 ([359a635](https://github.com/dc7290/next-export-optimize-images/commit/359a635489e2866c9244b0524af59157b62a6cb5))


### Documentation

* ✏️ Added notes ([d44fd70](https://github.com/dc7290/next-export-optimize-images/commit/d44fd70b43bcb06c4ee184c6801f3ef6a88a056b))

## [4.5.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.4.0...v4.5.0) (2024-06-09)


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

0 comments on commit 75c8949

Please sign in to comment.