diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cd0a7d..441548e7 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. +## [5.1.0](https://github.com/apertureless/vue-chartjs/compare/v5.0.1...v5.1.0) (2022-12-19) + + +### Features + +* restore CommonJS bundle ([#980](https://github.com/apertureless/vue-chartjs/issues/980)) ([1eb1ba7](https://github.com/apertureless/vue-chartjs/commit/1eb1ba7468a8dbde0d606f48a089c023d5aa9fbb)) + ### [5.0.1](https://github.com/apertureless/vue-chartjs/compare/v5.0.0...v5.0.1) (2022-12-06) diff --git a/package.json b/package.json index b3e772a5..c8f8ce54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-chartjs", "type": "module", - "version": "5.0.1", + "version": "5.1.0", "description": "Vue.js wrapper for chart.js for creating beautiful charts.", "author": "Jakub Juszczak ", "homepage": "http://vue-chartjs.org",