From 5f716c3c4cdde225d27fda11751372630af819e4 Mon Sep 17 00:00:00 2001 From: dangreen Date: Fri, 23 Sep 2022 14:59:11 +0400 Subject: [PATCH] chore(release): 1.1.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6376f627..abe9aa11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.3](https://github.com/chartist-js/chartist/compare/v1.1.2...v1.1.3) (2022-09-23) + + +### Bug Fixes + +* B and I series have the same color value ([#1356](https://github.com/chartist-js/chartist/issues/1356)) ([6f5ad92](https://github.com/chartist-js/chartist/commit/6f5ad92795755b1e50775cf7b837d20700f3e334)) +* label position fix ([#1357](https://github.com/chartist-js/chartist/issues/1357)) ([fbc13e2](https://github.com/chartist-js/chartist/commit/fbc13e22c334a46e9097f7115c1616fc0cc1077d)), closes [#1266](https://github.com/chartist-js/chartist/issues/1266) + ### [1.1.2](https://github.com/chartist-js/chartist/compare/v1.1.1...v1.1.2) (2022-08-14) diff --git a/package.json b/package.json index 64711401..63380b66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chartist", "type": "module", - "version": "1.1.2", + "version": "1.1.3", "description": "Simple, responsive charts", "author": "Gion Kunz", "homepage": "https://chartist-js.github.io",