Skip to content

Commit

Permalink
release: 🏹 v4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.0](v4.1.0...v4.2.0) (2024-04-13)

### Features

* πŸš€ New feature getOptimizedImageProps implemented ([96342af](96342af)), closes [#822](#822)

### Bug Fixes

* πŸ› Corrected attribute values for the source element ([e91cb59](e91cb59))
  • Loading branch information
dc7290 committed Apr 13, 2024
1 parent ed76866 commit f590a8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [4.2.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.1.0...v4.2.0) (2024-04-13)


### Features

* πŸš€ New feature getOptimizedImageProps implemented ([96342af](https://github.com/dc7290/next-export-optimize-images/commit/96342afee055c0c3465d2f5e17e9a706f2abea9f)), closes [#822](https://github.com/dc7290/next-export-optimize-images/issues/822)


### Bug Fixes

* πŸ› Corrected attribute values for the source element ([e91cb59](https://github.com/dc7290/next-export-optimize-images/commit/e91cb5919c4ad226612be4475ac3040b769ba889))

## [4.1.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.0.0...v4.1.0) (2024-04-12)


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

0 comments on commit f590a8e

Please sign in to comment.