From 868a0e7a299383b13438783e4a8f1c0ec059ee66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samet=20=C3=87EL=C4=B0KBI=C3=87AK?= Date: Mon, 5 Dec 2022 10:03:00 +0300 Subject: [PATCH] 2022.12.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 268d62c..67c7708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "enum2array", - "version": "2022.11.11", + "version": "2022.12.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "enum2array", - "version": "2022.11.11", + "version": "2022.12.5", "license": "MIT", "devDependencies": { "@types/jest": "^27.0.1", diff --git a/package.json b/package.json index 8035f13..1550390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enum2array", - "version": "2022.11.11", + "version": "2022.12.5", "description": "A function to help converting enums to an array", "main": "lib/index.js", "types": "lib/index.d.ts",