From 13cfc38e33049f018b8a8476d4a241efe0ee4633 Mon Sep 17 00:00:00 2001 From: dc7290 Date: Wed, 31 Aug 2022 15:41:57 +0000 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=8F=B9=20v1.7.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f9f2fc..c84da8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4336895c..e952cfbf 100644 --- a/package.json +++ b/package.json @@ -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",