Skip to content

Commit

Permalink
chore(main): release @trey.turner/artifacts-api-client 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treyturner committed Oct 6, 2024
1 parent 2dd1929 commit 317af1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/api-client": "1.0.12",
"packages/api-client": "1.1.0",
"packages/mocks-counterfact": "0.0.1"
}
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.1.0](https://github.com/treyturner/ts-artifacts/compare/@trey.turner/artifacts-api-client-v1.0.12...@trey.turner/artifacts-api-client-v1.1.0) (2024-10-06)


### Features

* **api-client:** experimental state management ([#6](https://github.com/treyturner/ts-artifacts/issues/6)) ([82ee529](https://github.com/treyturner/ts-artifacts/commit/82ee529b2e07e9815f4de80ecf6a899eec000c9e))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"version": "1.1.0",
"module": "index.ts",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down

0 comments on commit 317af1f

Please sign in to comment.