Skip to content

Commit

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

### Features

* πŸš€ Support `next start` ([dfb746a](dfb746a)), closes [#105](#105)

### Performance Improvements

* ⚑️ Minimize readFile execution ([139f459](139f459)), closes [#742](#742)

### Tests

* πŸ’ Fixed test cases ([b9e21ea](b9e21ea))
  • Loading branch information
dc7290 committed Apr 13, 2024
1 parent ffbc83f commit dc771a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ 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.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.2.0...v4.3.0) (2024-04-13)


### Features

* πŸš€ Support `next start` ([dfb746a](https://github.com/dc7290/next-export-optimize-images/commit/dfb746ad3c812a3cd1a0f24373bee3ba71729a42)), closes [#105](https://github.com/dc7290/next-export-optimize-images/issues/105)


### Performance Improvements

* ⚑️ Minimize readFile execution ([139f459](https://github.com/dc7290/next-export-optimize-images/commit/139f459132b8b174ee8ba2dc67d6816bf618ccfa)), closes [#742](https://github.com/dc7290/next-export-optimize-images/issues/742)


### Tests

* πŸ’ Fixed test cases ([b9e21ea](https://github.com/dc7290/next-export-optimize-images/commit/b9e21ea10953f998a4e93a168b4c4b32df8b06b2))

## [4.2.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.1.0...v4.2.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.2.0",
"version": "4.3.0",
"description": "Optimize images at build time with Next.js.",
"keywords": [
"next.js",
Expand Down

0 comments on commit dc771a0

Please sign in to comment.