From af3f7e03b49a387238e0ce97e9be3f4ba09471b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 May 2021 09:07:40 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## 1.0.0 (2021-05-03) ### Features * add new pen icon ([#58](https://github.com/freenowtech/wave/issues/58)) ([96792e7](https://github.com/freenowtech/wave/commit/96792e703ad22cf760470a0781497173c3787364)) * open source big bang ([ec3b280](https://github.com/freenowtech/wave/commit/ec3b2804eee816091811c98c3e2406d298a68718)) ### Bug Fixes * add break-word so selected option does not get cut off ([c52118c](https://github.com/freenowtech/wave/commit/c52118c8da0d8fc6d5a61dbc9ec68bf914a0ca7b)) * use a dedicated transpiler for styled-components ([#31](https://github.com/freenowtech/wave/issues/31)) ([dd34652](https://github.com/freenowtech/wave/commit/dd3465226dbba4b3fc92b650ce8c5a676853cac2)) --- docs/changelog.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/changelog.mdx diff --git a/docs/changelog.mdx b/docs/changelog.mdx new file mode 100644 index 000000000..499ebe5c1 --- /dev/null +++ b/docs/changelog.mdx @@ -0,0 +1,13 @@ +## 1.0.0 (2021-05-03) + + +### Features + +* add new pen icon ([#58](https://github.com/freenowtech/wave/issues/58)) ([96792e7](https://github.com/freenowtech/wave/commit/96792e703ad22cf760470a0781497173c3787364)) +* open source big bang ([ec3b280](https://github.com/freenowtech/wave/commit/ec3b2804eee816091811c98c3e2406d298a68718)) + + +### Bug Fixes + +* add break-word so selected option does not get cut off ([c52118c](https://github.com/freenowtech/wave/commit/c52118c8da0d8fc6d5a61dbc9ec68bf914a0ca7b)) +* use a dedicated transpiler for styled-components ([#31](https://github.com/freenowtech/wave/issues/31)) ([dd34652](https://github.com/freenowtech/wave/commit/dd3465226dbba4b3fc92b650ce8c5a676853cac2))