From ec6db3abdf10aff130a756e3fe8837457f869808 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 22 Sep 2022 23:33:37 -0700 Subject: [PATCH] v0.0.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23db23d..8929555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6828657..5afe66e 100644 --- a/package.json +++ b/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": {