From f18332c1811f1ab931bcfb75c4e5e816bf014e07 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Tue, 3 Aug 2021 16:34:01 +0000 Subject: [PATCH] chore(release): 13.4.0 [skip ci] # [13.4.0](https://github.com/5app/base5-ui/compare/v13.3.1...v13.4.0) (2021-08-03) ### Features * **ProgressCircle:** New ProgressCircle component ([8e1b41d](https://github.com/5app/base5-ui/commit/8e1b41d359e2552befb0f6800b2f3b5e2f932d17)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d95bdc9..bc644f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.4.0](https://github.com/5app/base5-ui/compare/v13.3.1...v13.4.0) (2021-08-03) + + +### Features + +* **ProgressCircle:** New ProgressCircle component ([8e1b41d](https://github.com/5app/base5-ui/commit/8e1b41d359e2552befb0f6800b2f3b5e2f932d17)) + ## [13.3.1](https://github.com/5app/base5-ui/compare/v13.3.0...v13.3.1) (2021-08-03) diff --git a/package.json b/package.json index 02c74170..caeac54f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "13.3.1", + "version": "13.4.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {