Skip to content

Commit 77ffd81

Browse files
committed
Add IE11 compatibility
1 parent 141e85d commit 77ffd81

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.1] - 2019-12-16
9+
10+
### Fixed
11+
- IE11 compatibility - #77 / @JessicaSachs
12+
813
## [1.4.0] - 2019-09-08
914

1015
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuex-pathify",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Ridiculously simple Vuex setup + wiring",
55
"main": "dist/vuex-pathify.js",
66
"module": "dist/vuex-pathify.esm.js",

0 commit comments

Comments
 (0)