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

Commit c2b8244

Browse files
committed
bump version and update changelog (v2.1.3)
1 parent b64e5fa commit c2b8244

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
and 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

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.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",

0 commit comments

Comments
 (0)