From 97f2ec599e9c8015f6b69fbc9ff7d30ae02b3c9a Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 14 Aug 2020 12:45:54 +0200 Subject: [PATCH] Chore: 1.0.2 ## [1.0.2](https://git.rwth-aachen.de/coscine/vue/vuex-store/compare/v1.0.1...v1.0.2) (2020-08-14) ### Fix * Updated dependencies ([a2eda01](https://git.rwth-aachen.de/coscine/vue/vuex-store/commit/a2eda01d6b577a776a40aa3563f59fcabe48be60)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aac4c84..645af99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/vuex-store", - "version": "1.0.1", + "version": "1.0.2", "main": "./dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", -- GitLab