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 (v2.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Oct 23, 2019
1 parent b64e5fa commit c2b8244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.3-dev.4] - 2019-10-23
## [2.1.3] - 2019-10-23

- typescript strict mode

## [2.1.3-dev.3] - 2019-10-22
### Bug fixes

- [#2079](https://github.com/teambit/bit/issues/2079) fix error when Yarn workspaces uses nohoist

## [2.1.3-dev.2] - 2019-10-17

- fix npm audit issues
- [#2072](https://github.com/teambit/bit/issues/2072) upgrade module-definition package to support React fragments

### Internal

## [2.1.3-dev.1] - 2019-10-06

- upgrade typescript and typescript parser packages
- move from flow to typescript

## [2.1.2] - 2019-10-06

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.3-dev.4",
"version": "2.1.3",
"scripts": {
"lint": "tsc && eslint \"src/**/*.ts\"",
"lint-circle": "eslint \"src/**/*.ts\" --format junit -o junit/eslint-results.xml",
Expand Down

0 comments on commit c2b8244

Please sign in to comment.