From 77ffd81ee0b27db485ba0a4fa746ff30d69c4b3b Mon Sep 17 00:00:00 2001 From: Dave Stewart Date: Mon, 16 Dec 2019 23:42:46 +0000 Subject: [PATCH] Add IE11 compatibility --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dae991..3cdbfaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.4.1] - 2019-12-16 + +### Fixed +- IE11 compatibility - #77 / @JessicaSachs + ## [1.4.0] - 2019-09-08 ### Added diff --git a/package.json b/package.json index d3b40ab..d78fa87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuex-pathify", - "version": "1.4.0", + "version": "1.4.1", "description": "Ridiculously simple Vuex setup + wiring", "main": "dist/vuex-pathify.js", "module": "dist/vuex-pathify.esm.js",