Skip to content

Commit eb52d01

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](AgentPayy/agentpayy-platform@v1.0.0...v1.0.1) (2025-06-14) ### Bug Fixes * Update package.json for TypeScript SDK: ([4f7f26f](AgentPayy/agentpayy-platform@4f7f26f))
1 parent 4f7f26f commit eb52d01

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/AgentPayy/agentpayy/compare/v1.0.0...v1.0.1) (2025-06-14)
2+
3+
4+
### Bug Fixes
5+
6+
* Update package.json for TypeScript SDK: ([4f7f26f](https://github.com/AgentPayy/agentpayy/commit/4f7f26f9f6a50756d314a5e1391490ff2ead769e))
7+
18
# 1.0.0 (2025-06-14)
29

310

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentpayy/contracts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AgentPayyKit smart contracts with governance",
55
"scripts": {
66
"build": "forge build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentpayykit",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Universal wallet infrastructure for the API economy",
55
"private": true,
66
"scripts": {

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="agentpayy",
5-
version="1.0.0",
5+
version="1.0.1",
66
description="AgentPayyKit Python SDK - Pay-per-call APIs for AI agents",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentpayy/sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AgentPayyKit TypeScript SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)