Skip to content

Commit

Permalink
release: 🏹 v1.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.3](v1.5.2...v1.5.3) (2022-07-06)

### Bug Fixes

* πŸ› Throws an error for `unoptimized` ([7e81b3b](7e81b3b)), closes [#129](#129)
* **deps:** update dependency cli-progress to ^3.11.2 ([f59d120](f59d120))
  • Loading branch information
dc7290 committed Jul 6, 2022
1 parent 035d585 commit 74ee1b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [1.5.3](https://github.com/dc7290/next-export-optimize-images/compare/v1.5.2...v1.5.3) (2022-07-06)


### Bug Fixes

* πŸ› Throws an error for `unoptimized` ([7e81b3b](https://github.com/dc7290/next-export-optimize-images/commit/7e81b3bbb511bb62431416bb8c710a223b59ceed)), closes [#129](https://github.com/dc7290/next-export-optimize-images/issues/129)
* **deps:** update dependency cli-progress to ^3.11.2 ([f59d120](https://github.com/dc7290/next-export-optimize-images/commit/f59d120a25aff92f7d944637f62ba1025a00181f))

## [1.5.2](https://github.com/dc7290/next-export-optimize-images/compare/v1.5.1...v1.5.2) (2022-06-29)


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

1 comment on commit 74ee1b0

@vercel
Copy link

@vercel vercel bot commented on 74ee1b0 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.