Skip to content

Commit

Permalink
bump version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Feb 24, 2019
1 parent dc53071 commit 688399b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [14.0.1-dev.3] - 2019-02-24
## [[14.0.1] - 2019-02-24](https://github.com/teambit/bit/releases/tag/v14.0.1)

- show an error when deleting a global remote without `--global` flag
- show an error when deleting a non-exist remote
- enable custom resolve of aliases to symlink packages (bit-javascript)

## [14.0.1-dev.2] - 2019-02-20

- fix error "toAbsolutePath expects relative path"
- improve errors stack-trace readability

## [14.0.1-dev.1] - 2019-02-18

- index scope components to improve memory consumption and performance
- extract docs from non-tests files only
- fix `bit show --remote --json` to not crash when a component has a compiler
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.0.1-dev.3",
"version": "14.0.1",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down

0 comments on commit 688399b

Please sign in to comment.