Skip to content

Commit 064c042

Browse files
committed
Bumped up to v2.0.1.
1 parent 8a30e40 commit 064c042

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
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.
44

5+
### [2.0.1](https://github.com/highcharts/highcharts-vue/compare/v2.0.0...v2.0.1) (2024-03-15)
6+
* Fixed a bug related to the type definitions (on all Vue 3 global components instead of only HighchartsVue).
7+
58
### [2.0.0](https://github.com/highcharts/highcharts-vue/pull/258) (2024-02-08)
69
***From `[email protected]`, this package will only be compatible with Vue 3.**
710
* Added full TypeScript support for Vue 3.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highcharts-vue",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Integration that allows easy Highcharts use in Vue 3.",
55
"main": "dist/highcharts-vue.min.js",
66
"typings": "types/highcharts-vue.d.ts",

0 commit comments

Comments
 (0)