Skip to content

Commit e2292f9

Browse files
committed
bump version and update changelog (14.4.1)
1 parent 6c05cac commit e2292f9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
## [14.4.1-dev.2] - 2019-10-06
10+
## [14.4.1] - 2019-10-06
11+
12+
### Bug fixes
1113

1214
- [#2019](https://github.com/teambit/bit/issues/2019) fix `bit import --merge` to not override changed dependencies
1315
- [#2023](https://github.com/teambit/bit/issues/2023) better handle external errors from compilers
14-
15-
## [14.4.1-dev.1] - 2019-09-27
16-
1716
- [#2013](https://github.com/teambit/bit/issues/2013) fix bit import when one module resolution alias is a directory of another alias for extensions other than `.js`
1817
- [#2033](https://github.com/teambit/bit/issues/2033) improve bit link to build unrecognized missing links
1918
- [#2035](https://github.com/teambit/bit/issues/2035) fix "unable to manually add the dependency" error when package.json of an imported component is missing

package.json

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

0 commit comments

Comments
 (0)