Skip to content

Commit f9c2548

Browse files
committed
3.5.0
1 parent bdd9208 commit f9c2548

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.5.0](https://github.com/open-data-plan/g2plot-vue/compare/v3.4.1...v3.5.0) (2021-09-18)
2+
3+
### Bug Fixes
4+
5+
- fix vue peer version for v3 ([5adeca8](https://github.com/open-data-plan/g2plot-vue/commit/5adeca87ca2ec5baf773520c10893edac3d3a217))
6+
7+
### Features
8+
9+
- introduce VennChart ([bdd9208](https://github.com/open-data-plan/g2plot-vue/commit/bdd9208a82be61bb1b358bd936d2de3820c20d3f))
10+
111
## [3.4.1](https://github.com/open-data-plan/g2plot-vue/compare/v3.4.0...v3.4.1) (2021-07-22)
212

313
# [3.4.0](https://github.com/open-data-plan/g2plot-vue/compare/v3.3.2...v3.4.0) (2021-07-13)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opd/g2plot-vue",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"description": "G2Plot for vue 3",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)