From f4d311a1616c68e0e1ca71b9ff2df47d7afc4185 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Thu, 16 Dec 2021 16:01:47 +0300 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a1003..b035bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.1.1](https://github.com/dec0dOS/zero-ui/compare/v1.1.0...v1.1.1) (2021-12-16) + +### Bug Fixes + +- migrate to yarn v3 ([781a48d](https://github.com/dec0dOS/zero-ui/commit/781a48d341bf386cfbc917c78789f802227bfdef)) + ## [1.1.0](https://github.com/dec0dOS/zero-ui/compare/v1.0.21...v1.1.0) (2021-12-16) ### Features diff --git a/package.json b/package.json index 329a2cc..3574591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-ui", - "version": "1.1.0", + "version": "1.1.1", "workspaces": [ "backend", "frontend"