Skip to content

Commit 0a63d38

Browse files
committed
release: 🏹 v4.5.3 [skip ci]
## [4.5.3](v4.5.2...v4.5.3) (2024-11-29) ### Bug Fixes * πŸ› Fixed syntax for peerDependencies ([0a2574b](0a2574b)), closes [#1093](#1093)
1 parent eaf3c8f commit 0a63d38

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽCHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
66

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

9+
## [4.5.3](https://github.com/dc7290/next-export-optimize-images/compare/v4.5.2...v4.5.3) (2024-11-29)
10+
11+
12+
### Bug Fixes
13+
14+
* πŸ› Fixed syntax for peerDependencies ([0a2574b](https://github.com/dc7290/next-export-optimize-images/commit/0a2574bde232f3ba25b51cd743cb1be3896dab17)), closes [#1093](https://github.com/dc7290/next-export-optimize-images/issues/1093)
15+
916
## [4.5.2](https://github.com/dc7290/next-export-optimize-images/compare/v4.5.1...v4.5.2) (2024-11-12)
1017

1118

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-export-optimize-images",
3-
"version": "4.5.2",
3+
"version": "4.5.3",
44
"description": "Optimize images at build time with Next.js.",
55
"keywords": [
66
"next.js",

0 commit comments

Comments
Β (0)