From 64e825e79790bfc6ef8cbbb169f341babab3781b Mon Sep 17 00:00:00 2001 From: Cameron Zaas Date: Wed, 19 Feb 2020 15:56:22 -0800 Subject: [PATCH] chore(release): 1.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bf3ed..1123b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.1](https://github.com/czaas/cra-mb-shared-ui/compare/v1.4.0...v1.4.1) (2020-02-19) + + +### Bug Fixes + +* removed non existent package ([c7ac428](https://github.com/czaas/cra-mb-shared-ui/commit/c7ac4287ff84d60c5ede8ecedad8878548811d08)) + ## [1.4.0](https://github.com/czaas/cra-mb-shared-ui/compare/v1.3.1...v1.4.0) (2020-02-19) diff --git a/package.json b/package.json index 355e339..9e669e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cra-template-mb-shared-ui", - "version": "1.4.0", + "version": "1.4.1", "description": "Create react app template for building shared UI's", "main": "template.json", "scripts": {