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

Commit

Permalink
bump version and update changelog (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jul 18, 2019
1 parent fd387c8 commit 65e11e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

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

- propagate from component root dir backwards to find tsconfig.json for Angular projects

## [2.0.12-dev.1] - 2019-07-15

- [#1779](https://github.com/teambit/bit/issues/1779) resolve first according to the custom-resolve settings and fallback to the standard resolver

## [2.0.12-angular.3] - 2019-06-14

- fix dependency resolution of `.` and `..` to not be identified as custom-resolved used.

## [2.0.12-angular.2] - 2019-06-10

- add rxjs package

## [2.0.12-angular.1] - 2019-06-10

- support angular components (experimental)

## [2.0.11] - 2019-06-05
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-javascript",
"version": "2.0.12-dev.2",
"version": "2.1.0",
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint src && flow check || true",
Expand Down

0 comments on commit 65e11e4

Please sign in to comment.