Skip to content

Commit

Permalink
release: 🏹 v4.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.2](v4.5.1...v4.5.2) (2024-11-12)

### Bug Fixes

* πŸ› Fixing Devdependency Versions ([7ab0a1f](7ab0a1f))
* πŸ› Generate d.ts ([531bc72](531bc72)), closes [#981](#981)
* πŸ› Support Next.js 15 and React19RC ([701ffb8](701ffb8))

### Documentation

* ✏️ Added comparison and esm config ([3e7af87](3e7af87))

### Continuous Integration

* 🎑 Add workflow_dispatch in Release-workflow ([316a5f1](316a5f1))
  • Loading branch information
dc7290 committed Nov 12, 2024
1 parent e6dfa11 commit 08c511b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [4.5.2](https://github.com/dc7290/next-export-optimize-images/compare/v4.5.1...v4.5.2) (2024-11-12)


### Bug Fixes

* πŸ› Fixing Devdependency Versions ([7ab0a1f](https://github.com/dc7290/next-export-optimize-images/commit/7ab0a1f75c14c41a472bb21b02d2c46cf83ee9cd))
* πŸ› Generate d.ts ([531bc72](https://github.com/dc7290/next-export-optimize-images/commit/531bc725df84964b1dd67f8dc7f4e881aa2ec340)), closes [#981](https://github.com/dc7290/next-export-optimize-images/issues/981)
* πŸ› Support Next.js 15 and React19RC ([701ffb8](https://github.com/dc7290/next-export-optimize-images/commit/701ffb8ab1cb667d6be9dddd374c9e2411aa1c4e))


### Documentation

* ✏️ Added comparison and esm config ([3e7af87](https://github.com/dc7290/next-export-optimize-images/commit/3e7af870f51728361e970f30d924c984a4e5c4a3))


### Continuous Integration

* 🎑 Add workflow_dispatch in Release-workflow ([316a5f1](https://github.com/dc7290/next-export-optimize-images/commit/316a5f15991bb1c7d3c61c48054c865d69c78832))

## [4.5.1](https://github.com/dc7290/next-export-optimize-images/compare/v4.5.0...v4.5.1) (2024-10-07)


Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "next-export-optimize-images",
"version": "4.5.1",
"version": "4.5.2",
"description": "Optimize images at build time with Next.js.",
"keywords": ["next.js", "static", "export", "image", "optimization"],
"keywords": [
"next.js",
"static",
"export",
"image",
"optimization"
],
"homepage": "https://next-export-optimize-images.vercel.app",
"bugs": {
"url": "https://github.com/dc7290/next-export-optimize-images/issues"
Expand Down Expand Up @@ -46,7 +52,9 @@
"typecheck": "tsc --noEmit"
},
"lint-staged": {
"*.{ts,tsx}": ["biome check --write"]
"*.{ts,tsx}": [
"biome check --write"
]
},
"dependencies": {
"ansi-colors": "^4.1.3",
Expand Down

0 comments on commit 08c511b

Please sign in to comment.