From dbdc80147fd2b318bf8d3885fe9632518ede2a72 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 9 Oct 2020 12:56:16 +0200
Subject: [PATCH] Chore: 1.0.3

## [1.0.3](https://git.rwth-aachen.de/coscine/vue/vuex-store/compare/v1.0.2...v1.0.3) (2020-10-09)

### Fix

* Updated dependencies ([f2575c8](https://git.rwth-aachen.de/coscine/vue/vuex-store/commit/f2575c8ab5be7193b09f9a0d1341e1cbef923c1d))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 62d4efc..c18987d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/vuex-store",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "main": "./dist/index.js",
   "module": "dist/index.esm.js",
   "types": "dist/index.d.ts",
-- 
GitLab