Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2020-05-28)

### Bug Fixes

* **cli:** Exit 1 if any tests error ([b724b7a](b724b7a))
  • Loading branch information
KJDev-Bot committed May 28, 2020
1 parent b724b7a commit 6f1358b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.2...v1.0.3) (2020-05-28)


### Bug Fixes

* **cli:** Exit 1 if any tests error ([b724b7a](https://github.com/K-FOSS/TS-ESTests/commit/b724b7a2c3910f5ffa41ade3473ee5deb923a5ca))

## [1.0.2](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.1...v1.0.2) (2020-05-28)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k-foss/ts-estests",
"version": "1.0.2",
"version": "1.0.3",
"description": "@k-foss/ts-estests is a lightweight testing framework for use with ESNext & ESModules code",
"repository": "https://github.com/K-FOSS/TS-ESTests",
"main": "dist/index.js",
Expand Down

0 comments on commit 6f1358b

Please sign in to comment.