Skip to content

Commit

Permalink
release: 🏹 v3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.0](v3.0.6...v3.1.0) (2023-07-14)

### Features

* πŸš€ Support functional remote-images ([87d71a8](87d71a8))

### Bug Fixes

* πŸ› Fixed problem with settings not loading during build ([35c817e](35c817e)), closes [#612](#612)
  • Loading branch information
dc7290 committed Jul 14, 2023
1 parent 196fb20 commit 99fbcb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [3.1.0](https://github.com/dc7290/next-export-optimize-images/compare/v3.0.6...v3.1.0) (2023-07-14)


### Features

* πŸš€ Support functional remote-images ([87d71a8](https://github.com/dc7290/next-export-optimize-images/commit/87d71a868be15e49ddb7fa977302bdf3aca0c3a5))


### Bug Fixes

* πŸ› Fixed problem with settings not loading during build ([35c817e](https://github.com/dc7290/next-export-optimize-images/commit/35c817e4829f25c26bc7e4d315b9a2aa1e06b61f)), closes [#612](https://github.com/dc7290/next-export-optimize-images/issues/612)

## [3.0.6](https://github.com/dc7290/next-export-optimize-images/compare/v3.0.5...v3.0.6) (2023-07-04)


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

0 comments on commit 99fbcb7

Please sign in to comment.