Ver código fonte

chore: bump to 1.4.1

tags/v1.5.0
Shivam Mishra 5 anos atrás
pai
commit
809bc2c43c
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json Ver arquivo

@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.4.0",
"version": "1.4.1",
"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 arquivo

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

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

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


Carregando…
Cancelar
Salvar