Skip to content

Commit

Permalink
release: 🏹 v3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.0](v3.1.1...v3.2.0) (2023-09-05)

### Features

* πŸš€ add Picture component ([0bf9352](0bf9352)), closes [#653](#653) [#544](#544)
* πŸš€ config generateFormats option ([fade51c](fade51c))

### Bug Fixes

* πŸ› e2e test was not run ([446e208](446e208))
* **deps:** update dependency sharp to ^0.32.5 ([07c4e9d](07c4e9d))

### Documentation

* ✏️ Picture component ([0ad3dc6](0ad3dc6))
  • Loading branch information
dc7290 committed Sep 5, 2023
1 parent 9158e4b commit 553453f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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)

## [3.2.0](https://github.com/dc7290/next-export-optimize-images/compare/v3.1.1...v3.2.0) (2023-09-05)


### Features

* πŸš€ add Picture component ([0bf9352](https://github.com/dc7290/next-export-optimize-images/commit/0bf9352809f1d17aaf96231b33fee508930eea8b)), closes [#653](https://github.com/dc7290/next-export-optimize-images/issues/653) [#544](https://github.com/dc7290/next-export-optimize-images/issues/544)
* πŸš€ config generateFormats option ([fade51c](https://github.com/dc7290/next-export-optimize-images/commit/fade51cc0d22070984ba4cd3e49b933e17fed566))


### Bug Fixes

* πŸ› e2e test was not run ([446e208](https://github.com/dc7290/next-export-optimize-images/commit/446e208bc27855fa8b86bb8002d04e518f01824c))
* **deps:** update dependency sharp to ^0.32.5 ([07c4e9d](https://github.com/dc7290/next-export-optimize-images/commit/07c4e9d2a5b45bbb3846b15fabe1c1880d9c312e))


### Documentation

* ✏️ Picture component ([0ad3dc6](https://github.com/dc7290/next-export-optimize-images/commit/0ad3dc6a79e947a340deb061bbcdb31c6128efa8))

## [3.1.1](https://github.com/dc7290/next-export-optimize-images/compare/v3.1.0...v3.1.1) (2023-08-31)


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

0 comments on commit 553453f

Please sign in to comment.