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 671bfc6 commit b84d24bCopy full SHA for b84d24b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dashlane/cli",
3
- "version": "6.2447.0",
+ "version": "6.2447.1",
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: 2447, patch: 0 };
+export const CLI_VERSION: CliVersion = { major: 6, minor: 2447, patch: 1 };
export const breakingChangesVersions: CliVersion[] = [];
export const cliVersionToString = (version: CliVersion): string => {
0 commit comments