Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed May 9, 2018
1 parent 97eaaa4 commit 5df899b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
23 changes: 8 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [0.12.13-dev.5] - 2018-05-08

- bit login outputs

## [0.12.13-dev.4] - 2018-05-08

- add error handling to bit login

## [0.12.13-dev.2] - 2018-05-08

- improve the error-message "unexpected network error has occurred" to provide some useful data
- when running bit login, also configure bitsrc registry for npm

## [0.12.13-dev.1] - 2018-05-06
## [0.12.13] - 2018-05-09

### New
- add `bit show --compare` data into `bit diff` to easily see why a component is modified in one command
- when running bit login, also configure bitsrc registry for npm
- adding scss to support ~
- support components with cyclic dependencies
### Changes
- remove `--write` flag from `bit import`, the newly introduced `--merge` flag takes care of that
- improve merge-conflict error on export to show all components with conflicts
### Bug Fixes
- fix `bit remove` to not delete dependencies when they were imported directly
- adding scss to support ~
- add error handling to bit login
- improve the error-message "unexpected network error has occurred" to provide some useful data

## [0.12.12] - 2018-04-29

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": "0.12.13-dev.5",
"version": "0.12.13",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down

0 comments on commit 5df899b

Please sign in to comment.