Skip to content

Commit

Permalink
chore(main): release 1.0.10 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
treyturner authored Oct 1, 2024
1 parent 54ca833 commit 5b2a534
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -39,5 +39,7 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}

0 comments on commit 5b2a534

Please sign in to comment.