Skip to content

Commit

Permalink
2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 14, 2023
1 parent b15e483 commit 9190830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.13

- Cleanup

## 2.0.12

- Cleanup
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files-pipe",
"version": "2.0.12",
"version": "2.0.13",
"homepage": "https://github.com/NikolaRHristov/FilesPipe#readme",
"bugs": {
"url": "https://github.com/NikolaRHristov/FilesPipe/issues"
Expand All @@ -9,6 +9,7 @@
"type": "git",
"url": "git+https://github.com/NikolaRHristov/FilesPipe.git"
},
"license": "MIT",
"type": "module",
"main": "./Target/Index.js",
"types": "./Target/Index.d.ts",
Expand All @@ -21,6 +22,6 @@
"fast-glob": "3.3.1"
},
"devDependencies": {
"typescript-esbuild": "0.1.11"
"typescript-esbuild": "0.1.12"
}
}

0 comments on commit 9190830

Please sign in to comment.