Skip to content

Commit

Permalink
bump bit for deployment of version 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit committed Feb 6, 2018
1 parent ba20e79 commit d87c128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [0.12.5-dev.2] - 2018-02-06
## [0.12.5] - 2018-02-06

- default `bit import` with no id to import objects only, unless `--write` flag is used
- decrease verbosity of npm during bit test

## [0.12.5-dev.1] - 2018-02-05

- added `--objects` flag to `bit import` for fetching objects only and making no changes to the filesystem
- bug fix - dists had incorrect paths in the model when originallySharedDir was the same as dist.entry
- strip dist.entry for imported and authored components only, not for nested.
- write .bitmap on bit init command
- aggregate dependencies and package dependencies in bit show
- add entered username from prompt to context for server side hooks


## [0.12.4] - 2018-01-30

- support separating dev-dependencies and dev-packages from dependencies and packages when they originated from tests files
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.5-dev.2",
"version": "0.12.5",
"license": "Apache-2.0",
"main": "./dist/api.js",
"scripts": {
Expand Down

0 comments on commit d87c128

Please sign in to comment.