Skip to content

Commit 06010aa

Browse files
committed
Bump to version 2.14.0.
1 parent ac93d82 commit 06010aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latchkey",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"description": "A CLI tool that injects API credentials into curl requests to third-party services",
55
"author": "Imbue <hynek@imbue.com>",
66
"repository": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated from package.json by scripts/generateVersion.js.
22
// Do not edit by hand; run `node scripts/generateVersion.js` to refresh.
3-
export const VERSION = "2.13.0";
3+
export const VERSION = "2.14.0";

0 commit comments

Comments
 (0)