Skip to content

Commit 1c92faf

Browse files
committed
Bump version and update changelog
1 parent f587de4 commit 1c92faf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.6-rc.1] - 2017-06-28
1117
- Add babel-plugin-transform-runtime to support async functions
1218

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-bin",
3-
"version": "0.6.6-rc.1",
3+
"version": "0.10.0",
44
"license": "Apache-2.0",
55
"main": "./dist/api.js",
66
"scripts": {

0 commit comments

Comments
 (0)