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 e1cdeb2 commit 8bc962a
Show file tree
Hide file tree
Showing 3 changed files with 15 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,3 +1,3 @@
{
"packages/api-client": "1.0.12"
"packages/api-client": "1.1.0"
}
13 changes: 13 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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))
* **mocks-counterfact:** create package, scripts, types, mocks ([#9](https://github.com/treyturner/ts-artifacts/issues/9)) ([e1cdeb2](https://github.com/treyturner/ts-artifacts/commit/e1cdeb239845137f432504d8f7ac28bc5bcfcfc8))


### Miscellaneous Chores

* **sandbox:** create sandbox package ([#8](https://github.com/treyturner/ts-artifacts/issues/8)) ([61e351f](https://github.com/treyturner/ts-artifacts/commit/61e351fd83386bdacf49a89c3bb9efd1b3e776e0))

## [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 8bc962a

Please sign in to comment.