reflo 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ jobs:
26
26
 
27
27
  - name: Run semantic-release
28
28
  env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
30
30
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
31
  run: npx semantic-release
32
32
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.3](https://github.com/theanuragshukla/reflo/compare/v1.0.2...v1.0.3) (2025-07-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update gh token in workflow ([ead48c6](https://github.com/theanuragshukla/reflo/commit/ead48c650b673c6e3bb70cd78ccc36f091fb7a56))
7
+
1
8
  ## [1.0.2](https://github.com/theanuragshukla/reflo/compare/v1.0.1...v1.0.2) (2025-07-06)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reflo",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A modular, Redis-backed rate limiting middleware for Express with pluggable strategies and exponential backoff.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",