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

Commit 367f2c7

Browse files
committed
Bump version and update changelog
1 parent 5204da1 commit 367f2c7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10+
## [0.10.0] - 2017-08-07
11+
### BREAKING CHANGES
12+
13+
- Upgrade: Bit now works with a new set of APIs and data models for the code component and scope consumer.
14+
- Important: Bit is not backward compatible with remote scopes running older versions of Bit.
15+
1016
## [0.6.4] - 2017-06-25
1117

1218
## [0.6.4-rc.1] - 2017-06-07

package.json

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

0 commit comments

Comments
 (0)