From ed40958e5005b410144309de5fe99c693ea48a53 Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Thu, 9 May 2024 17:35:57 +0900 Subject: [PATCH] package: bump version to 1.0.2 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f6ae4..42224ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.0.2 (2024-05-) +## 1.0.2 (2024-05-09) - feat: add `sid` method diff --git a/package-lock.json b/package-lock.json index 0dd3bbb..1c4fff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "machini", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "machini", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", diff --git a/package.json b/package.json index 8009271..c700a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "machini", - "version": "1.0.1", + "version": "1.0.2", "description": "Get hardware specs, Machine ID(Device ID/UUID) information, and more for your current device. It's designed to be fast and lightweight so you can get just the information you need.", "author": "Jooy2 ", "license": "MIT",