Skip to content

Commit 918d8be

Browse files
committed
update version
1 parent ef4bf6a commit 918d8be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292

9393
const getLibVersion = () => {
94-
return '5.0.0';
94+
return '5.1.0';
9595
};
9696
function diff(original, current) {
9797
const { addedAndChanged, deletedAndChanged } = _getPaths(original, current);

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type PathsResult = {
2929
}
3030

3131
export const getLibVersion = (): string => {
32-
return '5.0.0'
32+
return '5.1.0'
3333
}
3434

3535
export function diff(original: Input, current: Input): DiffResult {

0 commit comments

Comments
 (0)