diff --git a/CHANGELOG.md b/CHANGELOG.md index 42224ce..c944c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.1.0 (2024-12-18) + +- **BREAKING CHANGES**: To import an entire method, you must now use `import * as Machini from 'machini'` instead of `import Machini from 'machini'`. + ## 1.0.2 (2024-05-09) - feat: add `sid` method diff --git a/package-lock.json b/package-lock.json index 238f6e7..e52b206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "machini", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "machini", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/node": "^22.10.2", diff --git a/package.json b/package.json index fcc5663..f135cfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "machini", - "version": "1.0.2", + "version": "1.1.0", "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": "CDGet ", "license": "MIT",