This repository was archived by the owner on Dec 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 2.1.3-dev.4 ] - 2019-10-23
8+ ## [ 2.1.3] - 2019-10-23
99
10- - typescript strict mode
11-
12- ## [ 2.1.3-dev.3] - 2019-10-22
10+ ### Bug fixes
1311
1412- [ #2079 ] ( https://github.com/teambit/bit/issues/2079 ) fix error when Yarn workspaces uses nohoist
15-
16- ## [ 2.1.3-dev.2] - 2019-10-17
17-
18- - fix npm audit issues
1913- [ #2072 ] ( https://github.com/teambit/bit/issues/2072 ) upgrade module-definition package to support React fragments
2014
15+ ### Internal
2116
22- ## [ 2.1.3-dev.1] - 2019-10-06
23-
24- - upgrade typescript and typescript parser packages
17+ - move from flow to typescript
2518
2619## [ 2.1.2] - 2019-10-06
2720
Original file line number Diff line number Diff line change 11{
22 "name" : " bit-javascript" ,
3- "version" : " 2.1.3-dev.4 " ,
3+ "version" : " 2.1.3" ,
44 "scripts" : {
55 "lint" : " tsc && eslint \" src/**/*.ts\" " ,
66 "lint-circle" : " eslint \" src/**/*.ts\" --format junit -o junit/eslint-results.xml" ,
You can’t perform that action at this time.
0 commit comments