Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit d5a012f

Browse files
author
David First
committed
bump version
1 parent a9741a0 commit d5a012f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10+
## [1.0.4-dev.1] - 2018-07-11
11+
12+
- fix error "Cannot read property push of undefined" when a dependent has parsing error
1013
- avoid parsing unsupported dependencies files
1114

1215
## [1.0.3] - 2018-07-10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "1.0.3",
3+
"version": "1.0.4-dev.1",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)