From 5fd4fd8c330245cc9b89905a2a293dbf10534fcd Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 21 Jan 2021 10:48:07 +0000 Subject: [PATCH] chore(release): 12.0.1 [skip ci] ## [12.0.1](https://github.com/5app/base5-ui/compare/v12.0.0...v12.0.1) (2021-01-21) ### Bug Fixes * **useBackLink:** Didn't discard later entries when adding level ([4bbec96](https://github.com/5app/base5-ui/commit/4bbec96a2f98b8fc99a2ce9571a4688fc4d7caaa)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f196d7ba..31ebf00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.0.1](https://github.com/5app/base5-ui/compare/v12.0.0...v12.0.1) (2021-01-21) + + +### Bug Fixes + +* **useBackLink:** Didn't discard later entries when adding level ([4bbec96](https://github.com/5app/base5-ui/commit/4bbec96a2f98b8fc99a2ce9571a4688fc4d7caaa)) + # [12.0.0](https://github.com/5app/base5-ui/compare/v11.26.1...v12.0.0) (2021-01-20) diff --git a/package.json b/package.json index 44edb323..47ffe16d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "12.0.0", + "version": "12.0.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {