@sejinjja/promise-pool-kit 0.1.2 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -124,6 +124,7 @@ npm access list packages <your-npm-id>
124
124
  ```
125
125
 
126
126
  For automated tag-based publishing via GitHub Actions, set repository secret `NPM_TOKEN` (granular token with publish permission).
127
+ Tag-based publish also creates a GitHub release for the same tag automatically.
127
128
 
128
129
  ## License
129
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sejinjja/promise-pool-kit",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A tiny TypeScript toolkit for retry, timeout, and controlled concurrency in async workloads.",
5
5
  "license": "MIT",
6
6
  "type": "module",