From a7a6bda3f953d3f71bd123dc621c02914f0fd131 Mon Sep 17 00:00:00 2001 From: "v.terekhov" Date: Fri, 27 May 2022 14:55:50 +0400 Subject: [PATCH] chore(release): 4.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbdc36d..1f52ef8d 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. +### [4.1.1](https://github.com/apertureless/vue-chartjs/compare/v4.1.0...v4.1.1) (2022-05-27) + + +### Bug Fixes + +* add type comment on Chart Objects ([#825](https://github.com/apertureless/vue-chartjs/issues/825)) ([#860](https://github.com/apertureless/vue-chartjs/issues/860)) ([2311361](https://github.com/apertureless/vue-chartjs/commit/231136131d3cce81f362ccf1e58a0573308a5503)) + ## [4.1.0](https://github.com/apertureless/vue-chartjs/compare/v4.0.7...v4.1.0) (2022-05-10) diff --git a/package.json b/package.json index c4098346..c7ec279e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-chartjs", - "version": "4.1.0", + "version": "4.1.1", "packageManager": "pnpm@6.32.17", "description": "Vue.js wrapper for chart.js for creating beautiful charts.", "author": "Jakub Juszczak ",