Skip to content

Commit

Permalink
Update package.json and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alpheustangs committed Aug 13, 2024
1 parent 3db2bab commit 5a74832
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/rowid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.1 (2024-08-13)

### What's Changed

- Fix for ES Module support

## 0.6.0 (2024-08-13)

### What's New
Expand Down
9 changes: 8 additions & 1 deletion packages/rowid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rowid",
"version": "0.6.0",
"version": "0.6.1",
"description": "A time-based unique ID solution",
"keywords": [
"RowID",
Expand All @@ -24,6 +24,13 @@
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "https://github.com/alpheustangs/rowid.js.git",
Expand Down

0 comments on commit 5a74832

Please sign in to comment.