From 0175e7c0f761111d549576eb0c5fa9724284c005 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 24 Jan 2022 00:58:04 +0000 Subject: [PATCH] :bookmark: Release v1.4.26 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422b85d..786dda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.4.26] - 2022-01-24 + +[Release notes](https://github.com/BetaHuhn/vuex-electron-store/releases/tag/v1.4.26) · [Compare](https://github.com/BetaHuhn/vuex-electron-store/compare/v1.4.25...v1.4.26) · [Tag](https://github.com/BetaHuhn/vuex-electron-store/tree/v1.4.26) · Archive ([zip](https://github.com/BetaHuhn/vuex-electron-store/archive/v1.4.26.zip) · [tar.gz](https://github.com/BetaHuhn/vuex-electron-store/archive/v1.4.26.tar.gz)) + +### Dependency updates + +- [`a24365c`](https://github.com/BetaHuhn/vuex-electron-store/commit/a24365c) Bump typescript from 4.5.4 to 4.5.5 + ## [v1.4.25] - 2021-12-27 [Release notes](https://github.com/BetaHuhn/vuex-electron-store/releases/tag/v1.4.25) · [Compare](https://github.com/BetaHuhn/vuex-electron-store/compare/v1.4.24...v1.4.25) · [Tag](https://github.com/BetaHuhn/vuex-electron-store/tree/v1.4.25) · Archive ([zip](https://github.com/BetaHuhn/vuex-electron-store/archive/v1.4.25.zip) · [tar.gz](https://github.com/BetaHuhn/vuex-electron-store/archive/v1.4.25.tar.gz)) diff --git a/package-lock.json b/package-lock.json index fe27d23..f165a9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuex-electron-store", - "version": "1.4.25", + "version": "1.4.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9bbe056..e00b812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuex-electron-store", - "version": "1.4.25", + "version": "1.4.26", "description": "Persist and rehydrate the Vuex state in your Electron app", "main": "./lib/index.js", "types": "./lib/index.d.ts",