chore: bump to 1.5.8

This commit is contained in:
Shivam Mishra 2021-03-11 11:58:27 +00:00 committed by GitHub
parent dadecb296e
commit 75038eeefb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.5.7",
"version": "1.5.8",
"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.6';
frappe.VERSION = '1.5.8';
frappe = Object.assign({ }, frappe, Charts);