Skip to content

Commit 668ca70

Browse files
committed
Update version + changelog
1 parent ca00405 commit 668ca70

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.idea/
12
node_modules/
23
dist/

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.2] - 2020-12-01
9+
10+
### Fixed
11+
- Fix broken UMD bundles - #117 / @johannes-z
12+
813
## [1.4.1] - 2019-12-16
914

1015
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "1.4.2",
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)