From 346706f69a14b07d5ce19b77021c3c2e65628602 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Sat, 15 May 2021 17:25:12 +0300 Subject: [PATCH] chore(release): 1.0.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f7275..8653c64 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.10](https://github.com/dec0dOS/zero-ui/compare/v1.0.9...v1.0.10) (2021-05-15) + ### [1.0.9](https://github.com/dec0dOS/zero-ui/compare/v1.0.8...v1.0.9) (2021-05-15) ### [1.0.8](https://github.com/dec0dOS/zero-ui/compare/v1.0.7...v1.0.8) (2021-05-15) diff --git a/package.json b/package.json index 935bd49..2cca17b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-ui", - "version": "1.0.9", + "version": "1.0.10", "private": "true", "scripts": { "postinstall": "husky install",