We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f452fe commit 9b8bb24Copy full SHA for 9b8bb24
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dashlane/cli",
3
- "version": "6.2526.1",
+ "version": "6.2526.2",
4
"description": "Manage your Dashlane vault through a CLI tool",
5
"type": "module",
6
"main": "dist/index.cjs",
src/cliVersion.ts
import { CliVersion } from './types.js';
-export const CLI_VERSION: CliVersion = { major: 6, minor: 2526, patch: 1 };
+export const CLI_VERSION: CliVersion = { major: 6, minor: 2526, patch: 2 };
export const breakingChangesVersions: CliVersion[] = [];
export const cliVersionToString = (version: CliVersion): string => {
0 commit comments