From 0ef75ffde4b7ffb76cb2997108bf8f30bcf6c621 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Apr 2022 20:18:05 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-04-15) ### Features * add favicons ([80225a0](https://github.com/fariasmateuss/meme-generator/commit/80225a0ceb66a6a2938cd4c0fa572bc19e5c7413)) * add i18n support ([0058e18](https://github.com/fariasmateuss/meme-generator/commit/0058e18381e59a0920159abf411d94f7a268f099)) * add light/dark theme support ([4cba050](https://github.com/fariasmateuss/meme-generator/commit/4cba050702bc4a5691b3853233bded0134aeb5f2)) * add new colors ([e5c6cad](https://github.com/fariasmateuss/meme-generator/commit/e5c6cad5b0eb6cae713f2c804af2cd15415220b1)) * add revalidate prop to getStaticProps ([1d5cc35](https://github.com/fariasmateuss/meme-generator/commit/1d5cc35a904f9d2ebfcb5734adcb8b10d4016f1d)) * add sounds ([dbc951a](https://github.com/fariasmateuss/meme-generator/commit/dbc951a402be5fa887eb0b909bad3edfdad389b1)) * add utility to download image ([97a4ce4](https://github.com/fariasmateuss/meme-generator/commit/97a4ce49ecd848d61f95ac7044ac40622a948a0a)) * create home page ([f37fc2a](https://github.com/fariasmateuss/meme-generator/commit/f37fc2af24c57df4fa0acb5e60131f555a4e2184)) * display blur placeholder while the image is loaded ([ab71a12](https://github.com/fariasmateuss/meme-generator/commit/ab71a12e321ee2f2044ba57c0e6d2935b5aa77e6)) * fetch data from custom hook that uses React Query ([d0762ea](https://github.com/fariasmateuss/meme-generator/commit/d0762ea7118c610c00bf245b9531153f06c84652)) * implement custom toast notifications ([1c43eb4](https://github.com/fariasmateuss/meme-generator/commit/1c43eb46d789bdb1b5e6fc6965be7b4efdf97867)) * implement functionality to download template ([42c9911](https://github.com/fariasmateuss/meme-generator/commit/42c991184e5ba4297ce87e704fe76f757b083d37)) * implement global styles ([b9d6608](https://github.com/fariasmateuss/meme-generator/commit/b9d6608b745e24b597931d61e40446cb0c30ae32)) * implement listener to detect dark mode in the browser ([5fce2aa](https://github.com/fariasmateuss/meme-generator/commit/5fce2aad45ebafe906a8945fa1e7c9b08d43f769)) * implement Open Graph Share functionality ([04ad91a](https://github.com/fariasmateuss/meme-generator/commit/04ad91abebde2af749fec547217b69d7774f3557)) * set baseURL for axios request ([7566bf1](https://github.com/fariasmateuss/meme-generator/commit/7566bf17d3ace94fe79abbce6dc33f856227f2b1)) ### Performance Improvements * **next:** use SWC for minifying ([26077e7](https://github.com/fariasmateuss/meme-generator/commit/26077e728357d3d8972511f2e485e9c66e8e72c1)) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8fbb3b7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# 1.0.0 (2022-04-15) + + +### Features + +* add favicons ([80225a0](https://github.com/fariasmateuss/meme-generator/commit/80225a0ceb66a6a2938cd4c0fa572bc19e5c7413)) +* add i18n support ([0058e18](https://github.com/fariasmateuss/meme-generator/commit/0058e18381e59a0920159abf411d94f7a268f099)) +* add light/dark theme support ([4cba050](https://github.com/fariasmateuss/meme-generator/commit/4cba050702bc4a5691b3853233bded0134aeb5f2)) +* add new colors ([e5c6cad](https://github.com/fariasmateuss/meme-generator/commit/e5c6cad5b0eb6cae713f2c804af2cd15415220b1)) +* add revalidate prop to getStaticProps ([1d5cc35](https://github.com/fariasmateuss/meme-generator/commit/1d5cc35a904f9d2ebfcb5734adcb8b10d4016f1d)) +* add sounds ([dbc951a](https://github.com/fariasmateuss/meme-generator/commit/dbc951a402be5fa887eb0b909bad3edfdad389b1)) +* add utility to download image ([97a4ce4](https://github.com/fariasmateuss/meme-generator/commit/97a4ce49ecd848d61f95ac7044ac40622a948a0a)) +* create home page ([f37fc2a](https://github.com/fariasmateuss/meme-generator/commit/f37fc2af24c57df4fa0acb5e60131f555a4e2184)) +* display blur placeholder while the image is loaded ([ab71a12](https://github.com/fariasmateuss/meme-generator/commit/ab71a12e321ee2f2044ba57c0e6d2935b5aa77e6)) +* fetch data from custom hook that uses React Query ([d0762ea](https://github.com/fariasmateuss/meme-generator/commit/d0762ea7118c610c00bf245b9531153f06c84652)) +* implement custom toast notifications ([1c43eb4](https://github.com/fariasmateuss/meme-generator/commit/1c43eb46d789bdb1b5e6fc6965be7b4efdf97867)) +* implement functionality to download template ([42c9911](https://github.com/fariasmateuss/meme-generator/commit/42c991184e5ba4297ce87e704fe76f757b083d37)) +* implement global styles ([b9d6608](https://github.com/fariasmateuss/meme-generator/commit/b9d6608b745e24b597931d61e40446cb0c30ae32)) +* implement listener to detect dark mode in the browser ([5fce2aa](https://github.com/fariasmateuss/meme-generator/commit/5fce2aad45ebafe906a8945fa1e7c9b08d43f769)) +* implement Open Graph Share functionality ([04ad91a](https://github.com/fariasmateuss/meme-generator/commit/04ad91abebde2af749fec547217b69d7774f3557)) +* set baseURL for axios request ([7566bf1](https://github.com/fariasmateuss/meme-generator/commit/7566bf17d3ace94fe79abbce6dc33f856227f2b1)) + + +### Performance Improvements + +* **next:** use SWC for minifying ([26077e7](https://github.com/fariasmateuss/meme-generator/commit/26077e728357d3d8972511f2e485e9c66e8e72c1)) diff --git a/package.json b/package.json index 0e92a68..1cbf987 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meme-generator", - "version": "0.1.0", + "version": "1.0.0", "private": true, "license": "MIT", "author": "Mateus V. Farias",