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

Commit 9f9d9c6

Browse files
committed
change version to dev
1 parent f55b5d8 commit 9f9d9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
## [1.0.1] - 2018-06-24
10+
## [1.0.1-dev.1] - 2018-06-24
1111

1212
- fix .tsx parsing issue when the tsx dependency is required from a non .tsx file
1313
- fix support of .json dependencies

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