Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 4, 2023
1 parent 3b95bb5 commit 0b3de3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.3.1](https://github.com/osaton/do-proxy/compare/v1.3.0...v1.3.1) (2023-01-04)


### Bug Fixes

* `batch` returns a promise ([3b95bb5](https://github.com/osaton/do-proxy/commit/3b95bb504ca5d71c026b9950d51288979e22a4d4))
* fix `batch` method callback return type checks ([d339cbf](https://github.com/osaton/do-proxy/commit/d339cbf4877638e910f4507b08d84e700a6b39b8))

# [1.3.0](https://github.com/osaton/do-proxy/compare/v1.2.2...v1.3.0) (2023-01-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cloudflare",
"workers"
],
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"module": "./dist/do-proxy.js",
"main": "./dist/do-proxy.cjs",
Expand Down

0 comments on commit 0b3de3d

Please sign in to comment.