Skip to content

Commit

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

- Cleanup

## 0.1.5

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion NPM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install -D -E syclone
"prepublishOnly": "Syclone 'Source/**/*.ts'"
},
"dependencies": {
"syclone": "0.1.5"
"syclone": "0.1.6"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion NPM/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syclone",
"version": "0.1.5",
"version": "0.1.6",
"private": false,
"description": "🌀 Builds all JavaScript files from TypeScript within a given folder using esbuild.",
"keywords": [
Expand Down

0 comments on commit 195f67f

Please sign in to comment.