From b431f76f95480841c2f04f4eb1b6c8055a1ce5f5 Mon Sep 17 00:00:00 2001 From: dangreen Date: Sun, 14 Aug 2022 13:38:06 +0400 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aafd134a..6376f627 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.2](https://github.com/chartist-js/chartist/compare/v1.1.1...v1.1.2) (2022-08-14) + + +### Bug Fixes + +* add id field to AnimationDefinition interface ([#1351](https://github.com/chartist-js/chartist/issues/1351)) ([4012c43](https://github.com/chartist-js/chartist/commit/4012c43942e2dd243a4e5983f25bf4c22ea42d91)) + ### [1.1.1](https://github.com/chartist-js/chartist/compare/v1.1.0...v1.1.1) (2022-08-13) diff --git a/package.json b/package.json index 5f549861..abbc4a75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chartist", "type": "module", - "version": "1.1.1", + "version": "1.1.2", "description": "Simple, responsive charts", "author": "Gion Kunz", "homepage": "https://chartist-js.github.io",