Skip to content

Commit

Permalink
chore(main): release @trey.turner/artifacts-api-client 1.0.12 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
treyturner authored Oct 4, 2024
1 parent 94721d7 commit 480c6dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/api-client": "1.0.11"
"packages/api-client": "1.0.12"
}
7 changes: 7 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.12](https://github.com/treyturner/ts-artifacts/compare/@trey.turner/[email protected]/artifacts-api-client-v1.0.12) (2024-10-04)


### Miscellaneous Chores

* **main:** convert to monorepo ([#1](https://github.com/treyturner/ts-artifacts/issues/1)) ([ca34c6f](https://github.com/treyturner/ts-artifacts/commit/ca34c6febcfb059fa5354f1d5717e15e28f2408e))

## [1.0.10](https://github.com/treyturner/ts-artifacts-api-client/compare/v1.0.9...v1.0.10) (2024-10-01)


Expand Down
6 changes: 4 additions & 2 deletions packages/api-client/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.11",
"version": "1.0.12",
"module": "index.ts",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down Expand Up @@ -33,5 +33,7 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}

0 comments on commit 480c6dd

Please sign in to comment.