We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f587de4 commit 1c92fafCopy full SHA for 1c92faf
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [unreleased]
9
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
16
## [0.6.6-rc.1] - 2017-06-28
17
- Add babel-plugin-transform-runtime to support async functions
18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bit-bin",
3
- "version": "0.6.6-rc.1",
+ "version": "0.10.0",
4
"license": "Apache-2.0",
5
"main": "./dist/api.js",
6
"scripts": {
0 commit comments