chore: bump to 1.6.2

This commit is contained in:
Shivam Mishra 2021-06-16 11:00:59 +00:00 committed by GitHub
parent 67030024d4
commit 3e63b1a2b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.6.1",
"version": "1.6.2",
"description": "https://frappe.github.io/charts",
"main": "dist/frappe-charts.min.cjs.js",
"module": "dist/frappe-charts.min.esm.js",

View File

@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.5.8';
frappe.VERSION = '1.6.2';
frappe = Object.assign({ }, frappe, Charts);