Skip to content

Commit f5b4f08

Browse files
committed
bump version and update changelog (14.2.2)
1 parent 395f9b4 commit f5b4f08

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
## [14.2.2-dev.2] - 2019-07-24
10+
## [14.2.2] - 2019-07-24
11+
12+
### New
1113

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

15-
## [14.2.2-dev.1] - 2019-07-24
16+
### Changes
17+
18+
- improve `bit watch` to watch directories instead of only files to support addition / deletion
19+
- [#1634](https://github.com/teambit/bit/issues/1634) improve the output of `bit watch`
20+
21+
### Bug fixes
1622

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

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

29+
### Bug fixes
30+
2531
- fix "Cannot read property 'length' of undefined" error upon `bit status`
2632
- fix error "unable to link" upon `bit build` when dist is outside the components dir
2733
- [#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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-bin",
3-
"version": "14.2.2-dev.2",
3+
"version": "14.2.2",
44
"license": "Apache-2.0",
55
"main": "./dist/api.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)