Skip to content

Commit 0b3de3d

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2023-01-04) ### Bug Fixes * `batch` returns a promise ([3b95bb5](3b95bb5)) * fix `batch` method callback return type checks ([d339cbf](d339cbf))
1 parent 3b95bb5 commit 0b3de3d

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.1](https://github.com/osaton/do-proxy/compare/v1.3.0...v1.3.1) (2023-01-04)
2+
3+
4+
### Bug Fixes
5+
6+
* `batch` returns a promise ([3b95bb5](https://github.com/osaton/do-proxy/commit/3b95bb504ca5d71c026b9950d51288979e22a4d4))
7+
* fix `batch` method callback return type checks ([d339cbf](https://github.com/osaton/do-proxy/commit/d339cbf4877638e910f4507b08d84e700a6b39b8))
8+
19
# [1.3.0](https://github.com/osaton/do-proxy/compare/v1.2.2...v1.3.0) (2023-01-03)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"cloudflare",
88
"workers"
99
],
10-
"version": "1.3.0",
10+
"version": "1.3.1",
1111
"type": "module",
1212
"module": "./dist/do-proxy.js",
1313
"main": "./dist/do-proxy.cjs",

0 commit comments

Comments
 (0)