Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 23, 2022
1 parent fa1ee37 commit ec6db3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.0.3](https://github.com/ljharb/faucet/compare/v0.0.2...v0.0.3) - 2022-09-22

### Commits

- [Fix] use `readable-stream` to fix tests in node < 1 [`358d919`](https://github.com/ljharb/faucet/commit/358d91982823a7528c0e1887423189229206a183)
- [Deps] update `tap-parser` [`fa1ee37`](https://github.com/ljharb/faucet/commit/fa1ee378ebd9d07aded6e74a8df8a32bf3290465)
- [Deps] update `defined` [`43a11c4`](https://github.com/ljharb/faucet/commit/43a11c49c602abcd45f277362bd0e55c47473acd)

## [v0.0.2](https://github.com/ljharb/faucet/compare/0.0.1...v0.0.2) - 2022-09-22

### Merged
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "faucet",
"version": "0.0.2",
"version": "0.0.3",
"description": "human-readable TAP summarizer",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit ec6db3a

Please sign in to comment.