Skip to content

Commit 71a0544

Browse files
author
Michael Saad
committed
chore: bump version to 2.0.2 in package.json and update KUP_VERSION in helper.ts
1 parent afe2990 commit 71a0544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@queue-it/fastly",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Queue-it connector for Fastly",
55
"main": "src/index.ts",
66
"author": "devs@queue-it.com",

src/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Utils } from "./sdk/QueueITHelpers";
22
import { hmacString } from "./sdk/helpers/crypto";
33

44
export class QueueITHelper {
5-
static readonly KUP_VERSION: string = "fastly-2.0.1";
5+
static readonly KUP_VERSION: string = "fastly-2.0.2";
66

77
static configureKnownUserHashing(): void {
88
Utils.generateSHA256Hash = hmacString;

0 commit comments

Comments
 (0)