Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
themakunga committed Dec 1, 2023
1 parent 1451e41 commit 1462944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.2",
"version": "1.0.3",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@42devs/fetch",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transbank-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint ./ --ext .ts --ignore-path .gitignore",
"lint:fix": "eslint ./ --ext .ts --ignore-path .gitignore --fix"
},
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
Expand Down

0 comments on commit 1462944

Please sign in to comment.