Skip to content

Commit

Permalink
chore(release): v1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-02-08)

### Bug Fixes

* **reporter-tap:** fix issue with test count starting from 0 instead of 1 ([db685c5](db685c5))
* **reporter-tap:** fix TAP syntax issue with the "-" position in the test point ([05cab9d](05cab9d))

### Features

* **reporters:** add "description" to both reporters ([12cca9f](12cca9f))
* update dependencies ([9b811b1](9b811b1))
  • Loading branch information
semantic-release-bot committed Feb 8, 2023
1 parent 5d20fbf commit 755ef0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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": "tsd-lite-cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "Test runner for testing TypeScript typings (CLI over tsd-lite, a \"per file\" version of tsd)",
"license": "MIT",
"homepage": "https://github.com/asd-xiv/tsd-lite-cli/#readme",
Expand Down

0 comments on commit 755ef0a

Please sign in to comment.