Skip to content

Commit 4cd6f1f

Browse files
committed
Updated version to 3.9.16, added more info in changelog
1 parent 7c23a54 commit 4cd6f1f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,13 @@
214214

215215
- Fixed target being customizable
216216
- Fixed Toploader not crawling by reverting the pr #109 that is "fix bug: target is customizable"
217+
218+
## 3.9.16
219+
220+
### Added
221+
222+
- Added ESM build output and improve package exports for better module compatibility.
223+
224+
### Fixed
225+
226+
- Fixed for passing of nonce to style tag

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-toploader",
3-
"version": "3.8.16",
3+
"version": "3.9.16",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 15 and Next.js 14 and React.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)