diff --git a/CHANGELOG.md b/CHANGELOG.md index c9dc4d3..02c35b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2026.9.18 - 2026-09-18 ### Other diff --git a/index.ts b/index.ts index 756d406..e72b390 100644 --- a/index.ts +++ b/index.ts @@ -2865,7 +2865,7 @@ function prepareCsvExport( export default { name: "pm-csv", - version: "2026.9.13", + version: "2026.9.18", activate(api: ExtensionApi) { // ----------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index 897525d..6c410e2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-csv", - "version": "2026.9.13", + "version": "2026.9.18", "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 4063011..8f6ae43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-csv", - "version": "2026.9.13", + "version": "2026.9.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-csv", - "version": "2026.9.13", + "version": "2026.9.18", "license": "MIT", "devDependencies": { "@babel/eslint-parser": "^8.0.1", diff --git a/package.json b/package.json index 3888032..fcf3a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-csv", - "version": "2026.9.13", + "version": "2026.9.18", "description": "CSV importer and exporter for pm-cli", "repository": { "type": "git",