From f5b4f08910d91a1a30af6eed5162772245fcdbda Mon Sep 17 00:00:00 2001 From: Gilad Shoham Date: Wed, 24 Jul 2019 17:53:43 +0300 Subject: [PATCH] bump version and update changelog (14.2.2) --- CHANGELOG.md | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5006a80da1c..14fc6a23cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 799f0771a72..460c1aa03e4 100644 --- a/package.json +++ b/package.json @@ -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,