Explorar el Código

chore: bump to 1.5.0

tags/v1.5.0
Shivam Mishra hace 5 años
padre
commit
40a7214b2e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json Ver fichero

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


+ 1
- 1
src/js/index.js Ver fichero

@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.4.1';
frappe.VERSION = '1.5.0';

frappe = Object.assign({ }, frappe, Charts);


Cargando…
Cancelar
Guardar