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

Commit 24b78d2

Browse files
committed
bump version and update changelog
1 parent 0c69d7e commit 24b78d2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10-
## [2.1.1-dev.2] - 2019-08-13
11-
12-
- [#1925](https://github.com/teambit/bit/issues/1925) fix Angular non-relative paths from decorators
13-
14-
## [2.1.1-dev.1] - 2019-08-12
10+
## [2.1.1] - 2019-08-14
1511

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

1815
## [2.1.0] - 2019-07-18
1916

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

0 commit comments

Comments
 (0)