From b3b1abe200a79226d338c9cb3538fc360184a458 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 30 Oct 2019 15:23:46 +0000 Subject: [PATCH] chore: release new versions - @lion/switch@0.1.4 --- packages/switch/CHANGELOG.md | 8 ++++++++ packages/switch/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 1bfe50234..0a2d42973 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.3...@lion/switch@0.1.4) (2019-10-30) + +**Note:** Version bump only for package @lion/switch + + + + + ## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.2...@lion/switch@0.1.3) (2019-10-28) diff --git a/packages/switch/package.json b/packages/switch/package.json index 00c13f6a1..67f9d1dc5 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.1.3", + "version": "0.1.4", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",