diff --git a/CHANGELOG.md b/CHANGELOG.md index 8793acd77986..17b0181a5b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b45954964f16..4e8a508be97b 100644 --- a/package.json +++ b/package.json @@ -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,