diff --git a/CHANGELOG.md b/CHANGELOG.md index eb265a72..287e0add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +### [1.0.1](https://github.com/dc7290/next-export-optimize-images/compare/v1.0.0...v1.0.1) (2022-05-19) + + +### Bug Fixes + +* **deps:** update dependency ansi-colors to ^4.1.3 ([82f2027](https://github.com/dc7290/next-export-optimize-images/commit/82f20276eabc35b5dbe83d54d0dcf0b12d553ae1)) + + +### Documentation + +* ✏️ add logo and ogp ([ef3197b](https://github.com/dc7290/next-export-optimize-images/commit/ef3197b0a6304153c1681288aa5d6941bfcd1ce0)) +* ✏️ Added `Configuration` page ([365fbd4](https://github.com/dc7290/next-export-optimize-images/commit/365fbd45777a0d22de6aefe3b7eb1ad68da0f614)) +* ✏️ Added top page ([2814451](https://github.com/dc7290/next-export-optimize-images/commit/2814451edd9f8b695f028174091ab381785a984c)) +* ✏️ Configuration→ Usage ([06994f1](https://github.com/dc7290/next-export-optimize-images/commit/06994f17009e679d93c0829722c8efb753f8eb27)) +* ✏️ Corrected title ([d2a8d89](https://github.com/dc7290/next-export-optimize-images/commit/d2a8d8939d0e6b6efbd1fdb05e590bc0fe403b3f)) +* ✏️ Featureを修正 ([ea7ef5f](https://github.com/dc7290/next-export-optimize-images/commit/ea7ef5f82cd5f2af8281729dcd3e0211855b98b1)) +* ✏️ Fixed README ([f58bf08](https://github.com/dc7290/next-export-optimize-images/commit/f58bf0805328fc2df100862abcb746ce4314a4df)) +* ✏️ READMEのFeatureを修正 ([3c02b52](https://github.com/dc7290/next-export-optimize-images/commit/3c02b52c64e611a4668865b52a7b1b8f160b3b2b)) +* ✏️ Top page modification ([533064b](https://github.com/dc7290/next-export-optimize-images/commit/533064b558140dc8709aa39297af8fc0de0752cf)) + + +### Continuous Integration + +* 🎡 @semantic-release/execをプラグインに追加 ([8ca1957](https://github.com/dc7290/next-export-optimize-images/commit/8ca19574f5c585bf8b07f93d8be86913feceb6c0)) +* 🎡 Added faketty ([a01d7fa](https://github.com/dc7290/next-export-optimize-images/commit/a01d7fa36e9c9d1889c4a9cffd882cee5ed6b8e8)) +* 🎡 Github Actions: Release does not run git-cz ([14d25f3](https://github.com/dc7290/next-export-optimize-images/commit/14d25f3520c1079bbb8adb4c561ac8ffd5f5c48c)) +* 🎡 リリースブランチをreleaseに変更 ([30b02d5](https://github.com/dc7290/next-export-optimize-images/commit/30b02d5e55a5418ee9befebbff2c72ae03f27c07)) +* 🎡 名前の変更 ([f32209a](https://github.com/dc7290/next-export-optimize-images/commit/f32209acf0844e65c9ca11dbd1d7faa6fd7d049a)) + # Changelog All notable changes to this project will be documented in this file. diff --git a/package.json b/package.json index 9619b4b8..46a5298a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-export-optimize-images", - "version": "1.0.0", + "version": "1.0.1", "description": "Optimize images at build time with Next.js.", "homepage": "https://github.com/dc7290/next-export-optimize-images#readme", "bugs": {