From 96970de6feafc5da78f9ea1735a376e14a76c388 Mon Sep 17 00:00:00 2001 From: Wholesome Ghoul Date: Sun, 14 Aug 2022 14:37:05 +0400 Subject: [PATCH] chore(release): 0.5.2 --- CHANGELOG.md | 25 ++++++++++--------------- package.json | 2 +- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aec5b5..c22fe6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,58 +2,53 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.2](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.5.1...v0.5.2) (2022-08-14) + ### [0.5.1](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.5.0...v0.5.1) (2022-06-30) ## [0.5.0](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.4.2...v0.5.0) (2022-06-27) - ### Features -* add switch component ([36ecdf3](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/36ecdf3f5f507d69798d06b819491f4ce478c643)) +- add switch component ([36ecdf3](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/36ecdf3f5f507d69798d06b819491f4ce478c643)) ### [0.4.2](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.4.1...v0.4.2) (2022-06-27) ### [0.4.1](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.4.0...v0.4.1) (2022-06-26) - ### Features -* modal can be closed with esc ([f34f5b0](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/f34f5b059d5427c16481bac31065026d96d4ccd6)) +- modal can be closed with esc ([f34f5b0](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/f34f5b059d5427c16481bac31065026d96d4ccd6)) ## [0.4.0](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.3.2...v0.4.0) (2022-06-20) - ### Features -* add modal ([82db761](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/82db761a5a86c2bd8c866638bde10d7b9d6b489d)) +- add modal ([82db761](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/82db761a5a86c2bd8c866638bde10d7b9d6b489d)) ### [0.3.2](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.3.0...v0.3.2) (2022-06-14) - ### Bug Fixes -* don't ignore bump ([f98adfe](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/f98adfe448bef33c7e2369447307cab0aff24933)) +- don't ignore bump ([f98adfe](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/f98adfe448bef33c7e2369447307cab0aff24933)) ### [0.3.1](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.3.0...v0.3.1) (2022-06-14) - ### Bug Fixes -* don't ignore bump ([f98adfe](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/f98adfe448bef33c7e2369447307cab0aff24933)) +- don't ignore bump ([f98adfe](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/f98adfe448bef33c7e2369447307cab0aff24933)) ## [0.3.0](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.2.0...v0.3.0) (2022-06-14) ## [0.2.0](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.1.1...v0.2.0) (2022-06-14) - ### Features -* mouse/touch hold pastes from clipboard ([aee8f42](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/aee8f428eff38e3b8d2b41e9f55f60805a2df937)) +- mouse/touch hold pastes from clipboard ([aee8f42](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/aee8f428eff38e3b8d2b41e9f55f60805a2df937)) ### 0.1.1 (2022-06-14) - ### Features -* implement email icon ([5963be9](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/5963be92f455f455f248b437b497259accb5ebb7)) -* implement text field component ([ea5c623](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/ea5c623a7312e2c1a502f95c3791daceee34dc6b)) +- implement email icon ([5963be9](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/5963be92f455f455f248b437b497259accb5ebb7)) +- implement text field component ([ea5c623](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/commits/ea5c623a7312e2c1a502f95c3791daceee34dc6b)) diff --git a/package.json b/package.json index 392190b..fe29904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tubeyou-frontend", - "version": "0.5.1", + "version": "0.5.2", "private": true, "homepage": "https://wholesome-ghoul.github.io/", "scripts": {