diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f52ef8d..83ba938a 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.2](https://github.com/apertureless/vue-chartjs/compare/v4.1.1...v4.1.2) (2022-09-27) + + +### Bug Fixes + +* legacy multiple annotations ([#910](https://github.com/apertureless/vue-chartjs/issues/910)) ([2a20eb8](https://github.com/apertureless/vue-chartjs/commit/2a20eb8cdc1834e2ca4478c5b9a7be8c88d77737)) + ### [4.1.1](https://github.com/apertureless/vue-chartjs/compare/v4.1.0...v4.1.1) (2022-05-27) diff --git a/package.json b/package.json index d6da64c5..ef9b5233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-chartjs", - "version": "4.1.1", + "version": "4.1.2", "description": "Vue.js wrapper for chart.js for creating beautiful charts.", "author": "Jakub Juszczak ", "homepage": "http://vue-chartjs.org",