Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Kehl authored and pedrokehl committed Mar 10, 2024
1 parent 3fe09ea commit c459983
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pedrokehl/caminho",
"version": "1.4.2",
"version": "1.5.0",
"exports": "./src/index.ts",
"exclude": [".github/*", "benchmark/*", "test/*", ".eslintrc"]
}
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caminho",
"version": "1.4.2",
"version": "1.5.0",
"description": "Tool for creating efficient data pipelines in a JavaScript environment",
"main": "./dist/cjs/index.js",
"module": "./dist/esm5/index.js",
Expand Down

0 comments on commit c459983

Please sign in to comment.