Skip to content

Commit

Permalink
release: 🏹 v1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2022-05-26)

### Features

* πŸš€ Add `convertFormat` ([423b819](423b819))
* πŸš€ Measure the ASSETS in which errors occurred ([4833495](4833495))

### Bug Fixes

* πŸ› Correctly pass `basePath` to src and srcSet ([65916fe](65916fe))

### Tests

* πŸ’ Fixed config path ([6b6e986](6b6e986))

### Continuous Integration

* 🎑 Run `CI` in PR as well ([490bfd3](490bfd3))

### Documentation

* ✏️ Add `convertFormat` to the configuration page ([234a93f](234a93f))
* ✏️ Add convertFormat to features ([a64c2cd](a64c2cd))
* ✏️ Add description to Config ([5f21a62](5f21a62))
  • Loading branch information
dc7290 committed May 26, 2022
1 parent 65916fe commit 624c51f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [1.3.0](https://github.com/dc7290/next-export-optimize-images/compare/v1.2.0...v1.3.0) (2022-05-26)


### Features

* πŸš€ Add `convertFormat` ([423b819](https://github.com/dc7290/next-export-optimize-images/commit/423b819fef740fbf85757de5ee4bd6980c7754a6))
* πŸš€ Measure the ASSETS in which errors occurred ([4833495](https://github.com/dc7290/next-export-optimize-images/commit/4833495fa91a5e839b1ae12b7464efe55180e08e))


### Bug Fixes

* πŸ› Correctly pass `basePath` to src and srcSet ([65916fe](https://github.com/dc7290/next-export-optimize-images/commit/65916fed15d0ea80dce88d775a1b2161717f676d))


### Tests

* πŸ’ Fixed config path ([6b6e986](https://github.com/dc7290/next-export-optimize-images/commit/6b6e986dac234eff9d48afaa1ff74ca3521e916a))


### Continuous Integration

* 🎑 Run `CI` in PR as well ([490bfd3](https://github.com/dc7290/next-export-optimize-images/commit/490bfd353d976068c28f4af765e2374dd32cae31))


### Documentation

* ✏️ Add `convertFormat` to the configuration page ([234a93f](https://github.com/dc7290/next-export-optimize-images/commit/234a93f9917145bf7cb038b936adf3cd08cf8e3f))
* ✏️ Add convertFormat to features ([a64c2cd](https://github.com/dc7290/next-export-optimize-images/commit/a64c2cd784bb6190d61b8ebc7f49d48be7674ab4))
* ✏️ Add description to Config ([5f21a62](https://github.com/dc7290/next-export-optimize-images/commit/5f21a62fa424857075e5b95203a28490978aceb6))

## [1.2.0](https://github.com/dc7290/next-export-optimize-images/compare/v1.1.0...v1.2.0) (2022-05-25)


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.2.0",
"version": "1.3.0",
"description": "Optimize images at build time with Next.js.",
"homepage": "https://next-export-optimize-images.vercel.app",
"bugs": {
Expand Down

1 comment on commit 624c51f

@vercel
Copy link

@vercel vercel bot commented on 624c51f May 26, 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.