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

Commit ff25dc4

Browse files
amitgilad3GiladShoham
authored andcommitted
Feature/vue support (#47)
1 parent 94f8866 commit ff25dc4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.10.11-dev.2] - 2018-01-30
11+
12+
- support dependency detection for Vue files
13+
1014
## [0.10.10] - 2018-01-30
1115

1216
- restore old behavior of requiring package installation

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": "0.10.10",
3+
"version": "0.10.11-dev.2",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)