Skip to content

Commit d4773a8

Browse files
authored
Release/v0.6.3 rc.2 (#177)
* update "bit-javascript" dependency to rc ("^0.6.4-rc.1") * fix Jenkins build
1 parent 05facce commit d4773a8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- add logger
1212
- support debug-mode for e2e tests
1313

14+
## [0.6.3-rc.2] - 2017-06-08
15+
16+
- update "bit-javascript" dependency to rc ("^0.6.4-rc.1")
17+
- Try using cache before fetching remote
18+
1419
## [0.6.3-rc.1] - 2017-06-06
1520

1621
- support running e2e tests in a dev environment where `bit` command is different (such as bit-dev)

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pipeline {
44
stage('build linux') {
55
steps {
66
sh("npm i")
7-
sh("npm run build")
8-
sh("npm i -g --unsafe")
7+
sh("npm run build")
8+
sh("npm i -g --unsafe")
99
sh("npm run e2e-test")
1010
sh('./scripts/build-tar.sh linux')
1111
sh('./scripts/build-deb.sh')

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-bin",
3-
"version": "0.6.3-rc.1",
3+
"version": "0.6.3-rc.2",
44
"license": "Apache-2.0",
55
"main": "./dist/api.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/teambit/bit"
2727
},
2828
"dependencies": {
29-
"bit-javascript": "^0.6.3",
29+
"bit-javascript": "^0.6.4-rc.1",
3030
"bit-js": "^0.2.2",
3131
"buffer-from": "^0.1.1",
3232
"camelcase": "^4.0.0",

0 commit comments

Comments
 (0)