From d9116a2e13f514cb7a1811843165c37f0f7eba99 Mon Sep 17 00:00:00 2001 From: phorkish Date: Wed, 14 Apr 2021 17:38:47 +0000 Subject: [PATCH] :bookmark: chore(release): 1.12.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.12.0](https://github.com/phork/phorkit/compare/v1.11.0...v1.12.0) (2021-04-14) ### ✨ Features * accept custom banner styles ([33110ee](https://github.com/phork/phorkit/commit/33110ee)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0cc678..a63d4f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.12.0](https://github.com/phork/phorkit/compare/v1.11.0...v1.12.0) (2021-04-14) + + +### ✨ Features + +* accept custom banner styles ([33110ee](https://github.com/phork/phorkit/commit/33110ee)) + # [1.11.0](https://github.com/phork/phorkit/compare/v1.10.0...v1.11.0) (2021-04-13) diff --git a/package.json b/package.json index 3e0f7e67..857d0def 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@phork/phorkit", "description": "Phork/it. A component library.", - "version": "1.11.0", + "version": "1.12.0", "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js",