Skip to content

Commit 6f06608

Browse files
committed
v0.0.4
1 parent 79c3ff2 commit 6f06608

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.0.4](https://github.com/ljharb/faucet/compare/v0.0.3...v0.0.4) - 2023-02-04
9+
10+
### Commits
11+
12+
- [Deps] update `array.prototype.foreach`, `array.prototype.join`, `array.prototype.map`, `array.prototype.push`, `array.prototype.slice`, `string.prototype.split`, `string.prototype.split`, `tape` [`84d8f72`](https://github.com/ljharb/faucet/commit/84d8f722901a469a2024a0d690c04a5fa2d62fa0)
13+
- [actions] update checkout action [`8e5332d`](https://github.com/ljharb/faucet/commit/8e5332dfe2f71d202019bfb311505eebaa67b868)
14+
- [Fix] downgrade `tap-parser` to v0.7.0 [`79c3ff2`](https://github.com/ljharb/faucet/commit/79c3ff21ba079c1505c59f3dd6ae6d40f956d84a)
15+
- [Dev Deps] update `@ljharb/eslint-config`, `aud` [`42d4d86`](https://github.com/ljharb/faucet/commit/42d4d8655ee330be6ab6f06c98253f9ce2d63f13)
16+
- [Deps] update `defined`, `minimist` [`5ea8305`](https://github.com/ljharb/faucet/commit/5ea83059497a14487e33506e283a18f8dc69da39)
17+
818
## [v0.0.3](https://github.com/ljharb/faucet/compare/v0.0.2...v0.0.3) - 2022-09-22
919

1020
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "human-readable TAP summarizer",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)