Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-04-15)

### Features

* add favicons ([80225a0](80225a0))
* add i18n support ([0058e18](0058e18))
* add light/dark theme support ([4cba050](4cba050))
* add new colors ([e5c6cad](e5c6cad))
* add revalidate prop to getStaticProps ([1d5cc35](1d5cc35))
* add sounds ([dbc951a](dbc951a))
* add utility to download image ([97a4ce4](97a4ce4))
* create home page ([f37fc2a](f37fc2a))
* display blur placeholder while the image is loaded ([ab71a12](ab71a12))
* fetch data from custom hook that uses React Query ([d0762ea](d0762ea))
* implement custom toast notifications ([1c43eb4](1c43eb4))
* implement functionality to download template ([42c9911](42c9911))
* implement global styles ([b9d6608](b9d6608))
* implement listener to detect dark mode in the browser ([5fce2aa](5fce2aa))
* implement Open Graph Share functionality ([04ad91a](04ad91a))
* set baseURL for axios request ([7566bf1](7566bf1))

### Performance Improvements

* **next:** use SWC for minifying ([26077e7](26077e7))
  • Loading branch information
semantic-release-bot committed Apr 15, 2022
1 parent c40a88b commit 0ef75ff
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meme-generator",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "Mateus V. Farias",
Expand Down

1 comment on commit 0ef75ff

@vercel
Copy link

@vercel vercel bot commented on 0ef75ff Apr 15, 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.