Skip to content

Commit 1e97eb4

Browse files
committed
Bump version to 2.15.3.
1 parent 2a5f343 commit 1e97eb4

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 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.15.2",
3+
"version": "2.15.3",
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.15.2";
3+
export const VERSION = "2.15.3";

0 commit comments

Comments
 (0)