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

Commit eafa136

Browse files
committed
Bump version and update changelog
1 parent 4a4e401 commit eafa136

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.6.4-rc.1] - 2017-06-07
11+
1012
- create inner dependency links for all components in components directory.
1113
- support latest tag on bind process.
1214
- persist only in the end of the bind process.

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

0 commit comments

Comments
 (0)