Skip to content

Commit

Permalink
chore: prepare next release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Sep 2, 2022
1 parent 5895881 commit 5816cba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.0.0

### Fix

* Compatibility with js platform.

### Breaking

* `ULID`'s fields type change from `int` to `Int64`
* `mostSignificantBits`
* `leastSignificantBits`
* `timestamp`

# 1.1.1

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ulid4d
description: Universally Unique Lexicographically Sortable Identifier for Dart
version: 1.1.1
version: 2.0.0
homepage: https://github.com/Aallam/ulid4d
repository: https://github.com/Aallam/ulid4d
issue_tracker: https://github.com/Aallam/ulid4d/issues
Expand Down

0 comments on commit 5816cba

Please sign in to comment.