Skip to content

Commit 6785c16

Browse files
build($package.json): update version to 2.0.2 and append CHANGELOG
feature/jest-enhancement-sep-1-2020
1 parent 5bf7d41 commit 6785c16

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.2](https://github.com/johnnymillergh/typescript-playground/compare/v2.0.1...v2.0.2) (2020-09-01)
2+
3+
4+
### Performance Improvements
5+
6+
* **$Git:** ignore Jest test coverage reports ([7ec2d5e](https://github.com/johnnymillergh/typescript-playground/commit/7ec2d5ef4ef4a19319ce577a2a9b83fd600b9f11))
7+
* **$Jest:** update Jest configuration ([0c52cf7](https://github.com/johnnymillergh/typescript-playground/commit/0c52cf71a4401d7b64fb550a7400a0dffc74aef7))
8+
9+
10+
111
## [2.0.1](https://github.com/johnnymillergh/typescript-playground/compare/v2.0.0...v2.0.1) (2020-09-01)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-playground",
3-
"version": "2.0.2-beta",
3+
"version": "2.0.2",
44
"description": "TypeScript playground. Learning TypeScript",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)