Skip to content

Commit

Permalink
release: 🏹 v1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.1](v1.0.0...v1.0.1) (2022-05-19)

### Bug Fixes

* **deps:** update dependency ansi-colors to ^4.1.3 ([82f2027](82f2027))

### Documentation

* ✏️ add logo and ogp ([ef3197b](ef3197b))
* ✏️ Added `Configuration` page ([365fbd4](365fbd4))
* ✏️ Added top page ([2814451](2814451))
* ✏️ Configuration→ Usage ([06994f1](06994f1))
* ✏️ Corrected title ([d2a8d89](d2a8d89))
* ✏️ Featureを修正 ([ea7ef5f](ea7ef5f))
* ✏️ Fixed README ([f58bf08](f58bf08))
* ✏️ READMEのFeatureを修正 ([3c02b52](3c02b52))
* ✏️ Top page modification ([533064b](533064b))

### Continuous Integration

* 🎡 @semantic-release/execをプラグインに追加 ([8ca1957](8ca1957))
* 🎡 Added faketty ([a01d7fa](a01d7fa))
* 🎡 Github Actions: Release does not run git-cz ([14d25f3](14d25f3))
* 🎡 リリースブランチをreleaseに変更 ([30b02d5](30b02d5))
* 🎡 名前の変更 ([f32209a](f32209a))
  • Loading branch information
dc7290 committed May 19, 2022
1 parent 14d25f3 commit 757ea7e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.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": {
Expand Down

1 comment on commit 757ea7e

@vercel
Copy link

@vercel vercel bot commented on 757ea7e May 19, 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.