Skip to content

Commit

Permalink
bump version and update changelog (14.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jul 24, 2019
1 parent 395f9b4 commit f5b4f08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [14.2.2-dev.2] - 2019-07-24
## [14.2.2] - 2019-07-24

### New

- add option to pass context to trigger hook
- add workspacePath and bitmapFileName to post-add hook invocation

## [14.2.2-dev.1] - 2019-07-24
### Changes

- improve `bit watch` to watch directories instead of only files to support addition / deletion
- [#1634](https://github.com/teambit/bit/issues/1634) improve the output of `bit watch`

### Bug fixes

- fix "Cannot read property 'push' of undefined" error upon `bit status`
- build only the component of the modified/added/removed file upon `bit watch`
- [#1634](https://github.com/teambit/bit/issues/1634) improve the output of `bit watch`
- [#1668](https://github.com/teambit/bit/issues/1668) bug fix - `bit watch` doesn't update files
- improve `bit watch` to watch directories instead of only files to support addition / deletion

## [[14.2.1] - 2019-07-21](https://github.com/teambit/bit/releases/tag/v14.2.1)

### Bug fixes

- fix "Cannot read property 'length' of undefined" error upon `bit status`
- fix error "unable to link" upon `bit build` when dist is outside the components dir
- [#1705](https://github.com/teambit/bit/issues/1705) preserve newline type of `package.json` and add a newline at the end (same as NPM does)
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.2.2-dev.2",
"version": "14.2.2",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down

0 comments on commit f5b4f08

Please sign in to comment.