Skip to content

Commit 1c2477f

Browse files
committed
1 parent a20833a commit 1c2477f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tar-parser/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the changelog for [`tar-parser`](https://github.com/mjackson/remix-the-web/tree/main/packages/tar-parser). It follows [semantic versioning](https://semver.org/).
44

5-
## HEAD
5+
## v0.3.0 (2025-06-06)
66

77
- Add `/src` to npm package, so "go to definition" goes to the actual source
88
- Use one set of types for all built files, instead of separate types for ESM and CJS

packages/tar-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mjackson/tar-parser",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "A fast, efficient parser for tar streams in any JavaScript environment",
55
"author": "Michael Jackson <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)