diff --git a/index.ts b/index.ts index e72b390..d08af29 100644 --- a/index.ts +++ b/index.ts @@ -2865,7 +2865,7 @@ function prepareCsvExport( export default { name: "pm-csv", - version: "2026.9.18", + version: "2026.9.23", activate(api: ExtensionApi) { // ----------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index 6c410e2..6ad22f1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-csv", - "version": "2026.9.18", + "version": "2026.9.23", "description": "CSV importer and exporter for pm-cli", "author": "@unbraind", "entry": "./dist/index.js", diff --git a/package-lock.json b/package-lock.json index fefdd38..6b75a99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-csv", - "version": "2026.9.18", + "version": "2026.9.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-csv", - "version": "2026.9.18", + "version": "2026.9.23", "license": "MIT", "devDependencies": { "@babel/eslint-parser": "^8.0.1", diff --git a/package.json b/package.json index 1372c0f..2d53f39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-csv", - "version": "2026.9.18", + "version": "2026.9.23", "description": "CSV importer and exporter for pm-cli", "repository": { "type": "git",