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

Commit 379bbe0

Browse files
committed
bump version and update changelog
1 parent fbbac5c commit 379bbe0

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.10.7] - 2017-11-29
1011

11-
## [0.10.7-dev.6] - 2017-11-22
12-
13-
- bug fix - components that require dependencies with custom binding prefix were not recognized
14-
15-
## [0.10.7-dev.3] - 2017-11-17
16-
12+
- Stylable support
1713
- improve stability and performance of resolving dependencies
18-
19-
## [0.10.7-dev.2] - 2017-11-15
20-
2114
- change post install hook to work with symlink
22-
23-
## [0.10.7-dev.1] - 2017-11-13
24-
25-
- Stylable support
15+
- bug fix - components that require dependencies with custom binding prefix were not recognized
2616

2717
## [0.10.6] - 2017-11-12
2818

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

0 commit comments

Comments
 (0)