From 77bd97c524d78b92b437f53a4373e9da0b3f5ba4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Oct 2020 19:15:13 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.18 [skip ci] # [3.3.0-beta.18](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.17...v3.3.0-beta.18) (2020-10-08) ### Features * support for jsonb fields ([bb9de77](https://github.com/SoftwareBrothers/admin-bro/commit/bb9de777d67e3425928a2b6a8825626c7f9bc4bd)), closes [#631](https://github.com/SoftwareBrothers/admin-bro/issues/631) [#628](https://github.com/SoftwareBrothers/admin-bro/issues/628) [#491](https://github.com/SoftwareBrothers/admin-bro/issues/491) [#444](https://github.com/SoftwareBrothers/admin-bro/issues/444) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaa6723cb..df5e724b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.17", + "version": "3.3.0-beta.18", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",