We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45f58b8 + a7a008f commit 616c5ddCopy full SHA for 616c5dd
CHANGELOG.md
@@ -2,7 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## 6.4.4 - 2017-12-02
+## 6.4.5 - 2017-12-03
6
+- Pin `on-load` to v3.3.4 to fix node import.
7
+
8
+## 6.4.4 - 2017-12-03
9
- Pin `on-load` to v3.3.3 to fix unbundled electron import.
10
11
## 6.4.3 - 2017-12-02
package.json
@@ -44,7 +44,7 @@
44
"nanoassert": "^1.1.0",
45
"nanomorph": "^5.1.2",
46
"nanotiming": "^6.1.3",
47
- "on-load": "^3.3.3"
+ "on-load": "^3.3.4"
48
},
49
"devDependencies": {
50
"@tap-format/spec": "^0.2.0",
0 commit comments