From 5096a99f75a47c6acd6ae30ea3ef26e27ece3d72 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Tue, 24 May 2022 14:21:27 +0300 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb87b46..f9e5e16 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.3.0](https://github.com/dec0dOS/zero-ui/compare/v1.2.2...v1.3.0) (2022-05-24) + +### Features + +- disable auth ([#59](https://github.com/dec0dOS/zero-ui/issues/59)) ([e7fb4d0](https://github.com/dec0dOS/zero-ui/commit/e7fb4d0aa84c26493b58a1cd3349fd98a2861191)) + ### [1.2.2](https://github.com/dec0dOS/zero-ui/compare/v1.2.1...v1.2.2) (2022-04-26) ### Bug Fixes diff --git a/package.json b/package.json index c134b60..78198dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-ui", - "version": "1.2.2", + "version": "1.3.0", "workspaces": [ "backend", "frontend"