Skip to content

Commit

Permalink
release: 🏹 v4.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.0](v4.3.1...v4.4.0) (2024-05-19)

### Features

* πŸš€ Add RemoteImage component ([c4b284d](c4b284d)), closes [#652](#652)
* πŸš€ Add RemotePicture component ([3d4d1d2](3d4d1d2))

### Bug Fixes

* **deps:** update dependency sharp to ^0.33.4 ([a0a0fa7](a0a0fa7))

### Documentation

* ✏️ Add case for using another plugin ([3d9e988](3d9e988))
  • Loading branch information
dc7290 committed May 19, 2024
1 parent 9796456 commit 57e0fc2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [4.4.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.3.1...v4.4.0) (2024-05-19)


### Features

* πŸš€ Add RemoteImage component ([c4b284d](https://github.com/dc7290/next-export-optimize-images/commit/c4b284de4d0ca05657de14ea3263b71c41d1f447)), closes [#652](https://github.com/dc7290/next-export-optimize-images/issues/652)
* πŸš€ Add RemotePicture component ([3d4d1d2](https://github.com/dc7290/next-export-optimize-images/commit/3d4d1d2892d21899bcb4250a3bf5d56ec8d074d0))


### Bug Fixes

* **deps:** update dependency sharp to ^0.33.4 ([a0a0fa7](https://github.com/dc7290/next-export-optimize-images/commit/a0a0fa718b8c57c7501da985656aa2e42483186c))


### Documentation

* ✏️ Add case for using another plugin ([3d9e988](https://github.com/dc7290/next-export-optimize-images/commit/3d9e988bd24ef9c31806891d5f731593894e0ad6))

## [4.3.1](https://github.com/dc7290/next-export-optimize-images/compare/v4.3.0...v4.3.1) (2024-04-14)


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

0 comments on commit 57e0fc2

Please sign in to comment.