diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc1b0e..82f54b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.17](https://github.com/rvagg/bl/compare/v6.0.16...v6.0.17) (2024-12-30) + +### Tests + +* ignore TS errors from dependencies ([17e7a10](https://github.com/rvagg/bl/commit/17e7a10c82b07f3ef63a4235a842159d6c08a7d0)) + ## [6.0.16](https://github.com/rvagg/bl/compare/v6.0.15...v6.0.16) (2024-09-25) ### Trivial Changes diff --git a/package.json b/package.json index 2d3015e..4943d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bl", - "version": "6.0.16", + "version": "6.0.17", "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", "license": "MIT", "main": "bl.js", @@ -37,7 +37,7 @@ "faucet": "~0.0.1", "standard": "^17.0.0", "tape": "^5.2.2", - "typescript": "~5.6.2" + "typescript": "~5.7.2" }, "release": { "branches": [