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

Commit e5c4819

Browse files
committed
bump version and update change log
1 parent 7f6ee86 commit e5c4819

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10-
## [2.0.3-dev.3] - 2019-02-24
10+
## [2.0.3] - 2019-02-24
1111

1212
- upgrade to babel 7
13-
14-
## [2.0.3-dev.2] - 2019-02-21
15-
1613
- resolve symlink packages as packages when custom-resolve-modules is used
17-
18-
## [2.0.3-dev.1] - 2019-02-11
19-
2014
- fix resolve dependencies cache to include parsing errors
2115

2216
## [2.0.2] - 2019-02-08

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

0 commit comments

Comments
 (0)