Skip to content

Commit

Permalink
update deno.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Feb 7, 2025
1 parent 839bad6 commit 0eacf01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions deno.lock

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

2 changes: 1 addition & 1 deletion packages/api/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const breakingChangesVersionCheckpoints = [
const checkpointVersions = breakingChangesVersionCheckpoints.map((c) => c.version)
const sortedCheckpointVersions = sort(checkpointVersions)

export const version = "0.1.1"
export const version = "0.1.3"

export function isVersionBetween(v: string, start: string, end: string) {
const vCleaned = clean(v)
Expand Down

0 comments on commit 0eacf01

Please sign in to comment.