Skip to content

Commit

Permalink
Bump version v1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Corentin Mors <[email protected]>
  • Loading branch information
Corentin Mors committed Mar 9, 2023
1 parent 8d9d5db commit 0e218cd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 203 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashlane/cli",
"version": "1.4.0",
"version": "1.5.0",
"description": "Manage your Dashlane vault through a CLI tool",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"pkg": "^5.8.0",
"pkg": "^5.8.1",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion src/cliVersion.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CliVersion } from './types';

export const CLI_VERSION: CliVersion = { major: 1, minor: 4, patch: 0 };
export const CLI_VERSION: CliVersion = { major: 1, minor: 5, patch: 0 };
export const breakingChangesVersions: CliVersion[] = [];

export const cliVersionToString = (version: CliVersion): string => {
Expand Down
Loading

0 comments on commit 0e218cd

Please sign in to comment.