Skip to content

Commit

Permalink
release: 🏹 v1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.0](v1.6.2...v1.7.0) (2022-08-31)

### Features

* πŸš€ Add sourceImageParser config option ([9b1fbd9](9b1fbd9))

### Bug Fixes

* πŸ› Documentation update ([21e1b8c](21e1b8c))

### Continuous Integration

* 🎑 Install `ts-node` ([2f3ef3b](2f3ef3b))
  • Loading branch information
dc7290 committed Aug 31, 2022
1 parent 2ccc6a1 commit 13cfc38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

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

## [1.7.0](https://github.com/dc7290/next-export-optimize-images/compare/v1.6.2...v1.7.0) (2022-08-31)


### Features

* πŸš€ Add sourceImageParser config option ([9b1fbd9](https://github.com/dc7290/next-export-optimize-images/commit/9b1fbd9ea698b927c2675cc3c6c99bb88135da9c))


### Bug Fixes

* πŸ› Documentation update ([21e1b8c](https://github.com/dc7290/next-export-optimize-images/commit/21e1b8c8e46ba768e70a7a89de0662c431660d81))


### Continuous Integration

* 🎑 Install `ts-node` ([2f3ef3b](https://github.com/dc7290/next-export-optimize-images/commit/2f3ef3ba68f72070badb7cc1c66980a97a23a7cf))

## [1.6.2](https://github.com/dc7290/next-export-optimize-images/compare/v1.6.1...v1.6.2) (2022-08-27)


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

0 comments on commit 13cfc38

Please sign in to comment.