Skip to content

Commit

Permalink
Increased patch version and fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloNovakovic committed May 7, 2023
1 parent 3d3ad29 commit 703d85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-dynamic-bookmarks",
"version": "3.1.1",
"version": "3.1.2",
"description": "Chrome extension which dynamically updates bookmarks based on the specified regular expression.",
"pre-commit": [
"format:prettier"
Expand Down
4 changes: 2 additions & 2 deletions src/shared/lib/array/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default as indexOfOrDefault } from "./indexOfOrDefault.js";
export { default as sliceRange } from "./sliceRange.js";
export { default as indexOfOrDefault } from "./indexOfOrDefault";
export { default as sliceRange } from "./sliceRange";

0 comments on commit 703d85a

Please sign in to comment.