Skip to content

Commit

Permalink
bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Jan 4, 2025
1 parent 1e652e1 commit f43e251
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 942 deletions.
1,124 changes: 192 additions & 932 deletions dist/aliyundrive-rename.user.js → dist/drive-rename.user.js

Large diffs are not rendered by default.

25 changes: 17 additions & 8 deletions dist/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "drive-rename",
"type": "module",
"version": "1.1.2",
"version": "1.2.0",
"private": true,
"packageManager": "[email protected]",
"description": "Batch rename files, supporting various cloud drives.",
"author": "a1mersnow",
"repository": "https://github.com/a1mersnow/drive-rename",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand Down
2 changes: 1 addition & 1 deletion release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'node:fs'
import path from 'node:path'
import { fileURLToPath } from 'node:url'
import { $ } from 'execa'
import pkg from './package.json' assert { type: 'json' }
import pkg from './package.json' with { type: 'json' }

const _dirname = typeof __dirname !== 'undefined'
? __dirname
Expand Down

0 comments on commit f43e251

Please sign in to comment.