Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-05-25)

### Bug Fixes

* **tsconfig:** Enable declaration ([ccd8674](ccd8674))
  • Loading branch information
KJDev-Bot committed May 25, 2020
1 parent ccd8674 commit eef587a
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.1](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.0...v1.0.1) (2020-05-25)


### Bug Fixes

* **tsconfig:** Enable declaration ([ccd8674](https://github.com/K-FOSS/TS-ESTests/commit/ccd8674a4c7c7e9067298fcf3dc5135b38fb2c90))

# 1.0.0 (2020-05-25)


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.0",
"version": "1.0.1",
"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": "src/index.ts",
Expand Down

0 comments on commit eef587a

Please sign in to comment.