From 9caea54a12ec005c0737aec0c97d49071dc71b7b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 May 2021 15:16:38 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] ## [1.1.0](https://github.com/freenowtech/wave/compare/v1.0.7...v1.1.0) (2021-05-31) ### Features * add `Password` component ([#89](https://github.com/freenowtech/wave/issues/89)) ([e590596](https://github.com/freenowtech/wave/commit/e5905961f23b5a238513dd556344ebb31f5cbfd6)) --- docs/changelog.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 40a884769..875020ae2 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -1,3 +1,23 @@ + +--- +name: Changelog +route: /changelog +--- +import { TitleCard } from './components/TitleCard'; + + + Keep up to date with the latest releases of the design system. + + + + +## [1.1.0](https://github.com/freenowtech/wave/compare/v1.0.7...v1.1.0) (2021-05-31) + + +### Features + +* add `Password` component ([#89](https://github.com/freenowtech/wave/issues/89)) ([e590596](https://github.com/freenowtech/wave/commit/e5905961f23b5a238513dd556344ebb31f5cbfd6)) + ### [1.0.7](https://github.com/freenowtech/wave/compare/v1.0.6...v1.0.7) (2021-05-21)