Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Marsh committed Dec 8, 2022
1 parent d2ce9c6 commit 06689d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ulid-workers changelog

## v2.1.0

2022-12-08

- Export `encodeTime` to allow encoding of a MAX token when querying a list

## v2.0.0

2022-02-09
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": "ulid-workers",
"version": "2.0.0",
"version": "2.1.0",
"description": "ULID generator for Cloudflare workers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 06689d9

Please sign in to comment.