diff --git a/CHANGELOG.md b/CHANGELOG.md index 873b698..474ac58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.10](https://github.com/treyturner/ts-artifacts-api-client/compare/v1.0.9...v1.0.10) (2024-10-01) + + +### Build System + +* enable noUncheckedIndexedAccess ([#30](https://github.com/treyturner/ts-artifacts-api-client/issues/30)) ([244455f](https://github.com/treyturner/ts-artifacts-api-client/commit/244455fca5e74a71998aa6601c8553078a89325f)) + ## [1.0.9](https://github.com/treyturner/ts-artifacts-api-client/compare/v1.0.8...v1.0.9) (2024-09-28) diff --git a/package.json b/package.json index caab713..7d66db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trey.turner/artifacts-api-client", - "version": "1.0.9", + "version": "1.0.10", "module": "index.ts", "main": "dist/index.js", "types": "dist/types.d.ts", @@ -39,5 +39,7 @@ "peerDependencies": { "typescript": "^5.0.0" }, - "trustedDependencies": ["@biomejs/biome"] + "trustedDependencies": [ + "@biomejs/biome" + ] }