Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit 65e11e4

Browse files
committed
bump version and update changelog (2.1.0)
1 parent fd387c8 commit 65e11e4

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
## [2.0.12-dev.2] - 2019-07-17
10+
## [2.1.0] - 2019-07-18
1111

1212
- propagate from component root dir backwards to find tsconfig.json for Angular projects
13-
14-
## [2.0.12-dev.1] - 2019-07-15
15-
1613
- [#1779](https://github.com/teambit/bit/issues/1779) resolve first according to the custom-resolve settings and fallback to the standard resolver
17-
18-
## [2.0.12-angular.3] - 2019-06-14
19-
2014
- fix dependency resolution of `.` and `..` to not be identified as custom-resolved used.
21-
22-
## [2.0.12-angular.2] - 2019-06-10
23-
2415
- add rxjs package
25-
26-
## [2.0.12-angular.1] - 2019-06-10
27-
2816
- support angular components (experimental)
2917

3018
## [2.0.11] - 2019-06-05

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "2.0.12-dev.2",
3+
"version": "2.1.0",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)