From 7149eee9ff0d721a4c8a8979c0235e68df35c020 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Thu, 12 Mar 2020 22:27:11 +0900 Subject: [PATCH] [Release] 0.36.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17371a36..f035b371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vuex-orm/core", - "version": "0.36.2", + "version": "0.36.3", "description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.", "main": "dist/vuex-orm.common.js", "module": "dist/vuex-orm.esm.js",