Skip to content

Commit

Permalink
feat: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndungtse committed Feb 9, 2024
1 parent 686de3e commit ed57498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v1.1.3 -> v1.2.0

- [Feat] Include `Suspense` within the library to allow build of next >= 14.1.0 to to build successfully.
Regarding issues #22 and #24
- [Ref] Refactor code to remove unnecessary files.
- [Ref] Add default export of `Next13ProgressBar` from the package.
i.e:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next13-progressbar",
"version": "1.1.3",
"version": "1.2.0",
"description": "A ProgressBar for next.js >=13 with app directory ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ed57498

Please sign in to comment.