Skip to content

Commit

Permalink
bump version and update changelog (v14.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Dec 2, 2019
1 parent e9e760c commit 2a78c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
26 changes: 2 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [14.6.0-dev.6] - 2019-12-02
## [[14.6.0] - 2019-11-24](https://github.com/teambit/bit/releases/tag/v14.6.0)

- change init interactive to be true by default
- fix no compress config

## [14.6.0-dev.5] - 2019-12-02

- minor fixes for ssh compress


## [14.6.0-dev.4] - 2019-12-01

- backward compatibility for all remote ssh commands

## [14.6.0-dev.3] - 2019-12-01

- fix did you mean suggestions

## [14.6.0-dev.2] - 2019-12-01

- add new global config `ssh_no_compress`

## [14.6.0-dev.1] - 2019-12-01

- change init interactive to be true by default
- compress ssh args before sending
- add new global config `ssh_no_compress`

## [[14.5.0] - 2019-11-24](https://github.com/teambit/bit/releases/tag/v14.5.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bit-bin",
"version": "14.6.0-dev.6",
"version": "14.6.0",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down

0 comments on commit 2a78c74

Please sign in to comment.