File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 1.0.1 - 2025-07-10
11+
12+ ### Fixed
13+
14+ - Corrected the ` package.json ` to point to the correct common JS and module indexes.
15+
1016## 1.0.0 - 2025-07-07
1117
1218### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @pdc/http-status-codes" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " An organized collection of meaningfully named HTTP status code constants" ,
5- "main" : " ./dist/index.cjs " ,
6- "module" : " ./dist/index.js " ,
5+ "main" : " ./dist/index.js " ,
6+ "module" : " ./dist/index.mjs " ,
77 "types" : " ./dist/index.d.ts" ,
88 "scripts" : {
99 "build" : " npm run build:cleanup && npm run build:node" ,
You can’t perform that action at this time.
0 commit comments