Skip to content

Commit

Permalink
bump version and update changelog (v14.7.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jan 12, 2020
1 parent 17fc895 commit 1a8c367
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [14.7.2-dev.2] - 2020-01-12
## [[14.7.2] - 2020-01-12](https://github.com/teambit/bit/releases/tag/v14.7.2)

- [#2231](https://github.com/teambit/bit/issues/2231) update typescript to support optional chaining
### New

- [#1894](https://github.com/teambit/bit/issues/1894) introduce `--remote` flag for `bit log`
- add `--conf` and `--ignore-package-json` flags to `bit checkout` similar to `bit import`

### Bug fixes

- [#2231](https://github.com/teambit/bit/issues/2231) update typescript to support optional chaining
- improve performance of `bit checkout` by writing multiple components in parallel
- [#1894](https://github.com/teambit/bit/issues/1894) introduce `--remote` flag for `bit log`
- fix overrides of a component added with package syntax to be recognized as bit-component
- [#2196](https://github.com/teambit/bit/issues/2196) fix dependency resolution when Bit component is imported in a sub-package

## [14.7.2-dev.1] - 2019-12-17
### Internal

- [#2196](https://github.com/teambit/bit/issues/2196) fix dependency resolution when Bit component is imported in a sub-package
- install librarian from npm

## [[14.7.1] - 2019-12-12](https://github.com/teambit/bit/releases/tag/v14.7.1)
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.7.2-dev.2",
"version": "14.7.2",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down

0 comments on commit 1a8c367

Please sign in to comment.