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 272c948 commit 78399f9Copy full SHA for 78399f9
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [unreleased]
9
10
+## [0.10.4] - 2017-08-15
11
+
12
- bug fix - component stays in "staged components" section after the second export
13
- support exporting binary files
14
- fix a bug when importing version 2 of a component while version 1 has been imported before
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bit-bin",
3
- "version": "0.10.4-rc.3",
+ "version": "0.10.4",
4
"license": "Apache-2.0",
5
"main": "./dist/api.js",
6
"scripts": {
0 commit comments