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
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Aug 14, 2019
1 parent 0c69d7e commit 24b78d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [2.1.1-dev.2] - 2019-08-13

- [#1925](https://github.com/teambit/bit/issues/1925) fix Angular non-relative paths from decorators

## [2.1.1-dev.1] - 2019-08-12
## [2.1.1] - 2019-08-14

- remove angular dependencies. use typescript compiler to parse Angular Decorators
- [#1925](https://github.com/teambit/bit/issues/1925) fix Angular non-relative paths from decorators

## [2.1.0] - 2019-07-18

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.1.1-dev.2",
"version": "2.1.1",
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint src && flow check || true",
Expand Down

0 comments on commit 24b78d2

Please sign in to comment.