Skip to content

Commit

Permalink
release: 🏹 v4.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.1](v4.3.0...v4.3.1) (2024-04-14)

### Bug Fixes

* πŸ› Enable Node.js-specific APIs in the configuration file ([f5a2805](f5a2805)), closes [#824](#824)

### Documentation

* ✏️ Fixed filenameGenerator arguments ([4aebf7a](4aebf7a))
  • Loading branch information
dc7290 committed Apr 14, 2024
1 parent ddb8d92 commit 3f74665
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.3.1](https://github.com/dc7290/next-export-optimize-images/compare/v4.3.0...v4.3.1) (2024-04-14)


### Bug Fixes

* πŸ› Enable Node.js-specific APIs in the configuration file ([f5a2805](https://github.com/dc7290/next-export-optimize-images/commit/f5a2805b39a6c886ca73c49b2778818f8b36479c)), closes [#824](https://github.com/dc7290/next-export-optimize-images/issues/824)


### Documentation

* ✏️ Fixed filenameGenerator arguments ([4aebf7a](https://github.com/dc7290/next-export-optimize-images/commit/4aebf7ac78d4257eb79622f60fe39b7e0a6f4496))

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


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

0 comments on commit 3f74665

Please sign in to comment.