From c3b45adafc4394c1a514b8e35ddf8b27af4fcb2e Mon Sep 17 00:00:00 2001 From: dangreen Date: Sat, 13 Aug 2022 19:49:14 +0400 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c95787..aafd134a 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.1.1](https://github.com/chartist-js/chartist/compare/v1.1.0...v1.1.1) (2022-08-13) + + +### Bug Fixes + +* add styles to side effects ([#1350](https://github.com/chartist-js/chartist/issues/1350)) ([053bf97](https://github.com/chartist-js/chartist/commit/053bf978d825c6285da93af3558b8c0667676212)) + ## [1.1.0](https://github.com/chartist-js/chartist/compare/v1.0.0...v1.1.0) (2022-08-13) diff --git a/package.json b/package.json index 64349cda..7d146cb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chartist", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "description": "Simple, responsive charts", "author": "Gion Kunz", "homepage": "https://chartist-js.github.io",