Skip to content

Commit

Permalink
release: 🏹 v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.1.0...v3.0.0) (2023-07-01)

### ⚠ BREAKING CHANGES

* 🧨Next.js version must be at least 13.3.2

### Features

* 🚀 For external images, add them manually ([54a70cb](54a70cb))
* 🚀 Supported AppRouter ([6e5fd71](6e5fd71)), closes [#527](#527)
* 🚀 Supported next/dynamic ([857ae6b](857ae6b)), closes [#106](#106)

### Bug Fixes

* 🐛 Changed version of peerDependencies next to 13.0.0 ([fc6e534](fc6e534))

### Documentation

* ✏️ Fixed Docs ([50847a8](50847a8))
  • Loading branch information
dc7290 committed Jul 1, 2023
1 parent 5baa250 commit a9e8f77
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [3.0.0](https://github.com/dc7290/next-export-optimize-images/compare/v2.1.0...v3.0.0) (2023-07-01)


### ⚠ BREAKING CHANGES

* 🧨Next.js version must be at least 13.3.2

### Features

* 🚀 For external images, add them manually ([54a70cb](https://github.com/dc7290/next-export-optimize-images/commit/54a70cb67cb25de03aac39fc8ed8352fc512b989))
* 🚀 Supported AppRouter ([6e5fd71](https://github.com/dc7290/next-export-optimize-images/commit/6e5fd71d993fa188b29277170a7478920aa18301)), closes [#527](https://github.com/dc7290/next-export-optimize-images/issues/527)
* 🚀 Supported next/dynamic ([857ae6b](https://github.com/dc7290/next-export-optimize-images/commit/857ae6b71ea948937ba8c85849e5dacc9380412a)), closes [#106](https://github.com/dc7290/next-export-optimize-images/issues/106)


### Bug Fixes

* 🐛 Changed version of peerDependencies next to 13.0.0 ([fc6e534](https://github.com/dc7290/next-export-optimize-images/commit/fc6e534cf5c1bd770d13ace52c39e17258fe709e))


### Documentation

* ✏️ Fixed Docs ([50847a8](https://github.com/dc7290/next-export-optimize-images/commit/50847a81e6763fd2e4c8d9917f72d760435e2fbc))

## [2.1.0](https://github.com/dc7290/next-export-optimize-images/compare/v2.0.1...v2.1.0) (2023-04-30)


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

0 comments on commit a9e8f77

Please sign in to comment.