From 76ea95deca358487ea43f92ecf7081d45a7722e3 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Fri, 2 Jul 2021 23:14:05 +0200 Subject: [PATCH] Release v3.0.13 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 376e6b4b..602fa7b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "3.0.12", + "version": "3.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e98c467..bc89be54 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.12", + "version": "3.0.13", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",