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",