Skip to content

Commit

Permalink
release: 🏹 v4.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.6.0](v4.5.3...v4.6.0) (2024-12-10)

### Features

* πŸš€ Add `ignorePaths` option ([720c8d5](720c8d5)), closes [#1076](#1076)

### Bug Fixes

* πŸ› Fix for public directory bug in build mode ([b7852b4](b7852b4)), closes [#1086](#1086)
* πŸ› Fixed tsup build order ([7d59322](7d59322)), closes [#981](#981)

### Tests

* πŸ’ Restore test-image ([67bb9d9](67bb9d9))
  • Loading branch information
dc7290 committed Dec 10, 2024
1 parent 95f5a04 commit a1b735e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [4.6.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.5.3...v4.6.0) (2024-12-10)


### Features

* πŸš€ Add `ignorePaths` option ([720c8d5](https://github.com/dc7290/next-export-optimize-images/commit/720c8d5ea41982d38430f032eecd75c2288c4d1e)), closes [#1076](https://github.com/dc7290/next-export-optimize-images/issues/1076)


### Bug Fixes

* πŸ› Fix for public directory bug in build mode ([b7852b4](https://github.com/dc7290/next-export-optimize-images/commit/b7852b4c6682324d8947ec935e77215b8983dfd7)), closes [#1086](https://github.com/dc7290/next-export-optimize-images/issues/1086)
* πŸ› Fixed tsup build order ([7d59322](https://github.com/dc7290/next-export-optimize-images/commit/7d593227b0993e88559a435e8b31c60f0e09c646)), closes [#981](https://github.com/dc7290/next-export-optimize-images/issues/981)


### Tests

* πŸ’ Restore test-image ([67bb9d9](https://github.com/dc7290/next-export-optimize-images/commit/67bb9d9c5beb468f5e47483b936c481cfb9c232d))

## [4.5.3](https://github.com/dc7290/next-export-optimize-images/compare/v4.5.2...v4.5.3) (2024-11-29)


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.3",
"version": "4.6.0",
"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 a1b735e

Please sign in to comment.