diff --git a/CHANGELOG.md b/CHANGELOG.md index 447121f8d0c..54c5e176fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [0.12.3] - 2018-01-28 + - avoid overriding not only modified components but also new components when running `bit import`, unless `--force' flag is used - validate version number during tag action - allow `bit config` to run in non initialized directory diff --git a/package.json b/package.json index a2ec2066628..a0ea8690362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bit-bin", - "version": "0.12.2", + "version": "0.12.3", "license": "Apache-2.0", "main": "./dist/api.js", "scripts": {