Skip to content

Commit

Permalink
chore: package: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 9, 2022
1 parent 9c00210 commit 60e09df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2022.10.09, v6.0.0

feature:
- add ability to handle errors while copying (https://github.com/coderaiser/cloudcmd/issues/383)
- package: @iocmd/wait v2.1.0
- package: supertape v8.1.0
- package: eslint v8.25.0
- package: eslint-plugin-putout v16.3.0
- package: madrun v9.0.6
- package: putout v27.13.0
- package: copymitter v7.0.0
- move-files: drop support of node < 16
- (@cloudcmd/move) move: partial copy + partial remove -> full copy -> remove (coderaiser/cloudcmd#350)

2021.06.13, v5.0.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcmd/move-files",
"version": "5.0.0",
"version": "6.0.0",
"type": "commonjs",
"description": "move files",
"main": "lib/move-files.js",
Expand Down

0 comments on commit 60e09df

Please sign in to comment.