Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Dec 10, 2024
1 parent 8991907 commit e7fd999
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.4",
"packages": ["packages/*"]
}
"version": "1.3.0",
"packages": [
"packages/*"
]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aleph-sdk/message",
"version": "1.2.4",
"version": "1.3.0",
"description": "Aleph.im message CRUD API",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit e7fd999

Please sign in to comment.