From d91e5ee77182b0847f92921faefbe02112613d58 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Sat, 15 May 2021 14:39:21 +0300 Subject: [PATCH] chore(release): 1.0.6 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4128165..5918ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.0.6](https://github.com/dec0dOS/zero-ui/compare/v1.0.5...v1.0.6) (2021-05-15) + ### [1.0.5](https://github.com/dec0dOS/zero-ui/compare/v1.0.4...v1.0.5) (2021-04-16) ### Bug Fixes diff --git a/package.json b/package.json index 79425da..6174d58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-ui", - "version": "1.0.5", + "version": "1.0.6", "private": "true", "scripts": { "postinstall": "husky install",