Skip to content

Commit

Permalink
package: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 18, 2024
1 parent bc400f5 commit 49f2bcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <jooy2.contact@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 49f2bcb

Please sign in to comment.