Skip to content

Commit d6143da

Browse files
Release 2.0.1
[skip ci] ## [2.0.1](v2.0.0...v2.0.1) (2025-01-01) ### Bug Fixes * support pending(fn: Callback, n: number) ([#7](#7)) ([e058f36](e058f36))
1 parent e058f36 commit d6143da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/node-modules/pedding/compare/v2.0.0...v2.0.1) (2025-01-01)
4+
5+
6+
### Bug Fixes
7+
8+
* support pending(fn: Callback, n: number) ([#7](https://github.com/node-modules/pedding/issues/7)) ([e058f36](https://github.com/node-modules/pedding/commit/e058f3602c425e491a5782e3374e72f78413a173))
9+
310
## [2.0.0](https://github.com/node-modules/pedding/compare/v1.1.0...v2.0.0) (2024-12-22)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pedding",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Just pending for callback.",
55
"repository": "git://github.com/node-modules/pedding.git",
66
"keywords": [

0 commit comments

Comments
 (0)