Skip to content

Commit dbc34c5

Browse files
chore(release): 1.3.2 [skip ci]
## [1.3.2](v1.3.1...v1.3.2) (2023-01-08) ### Bug Fixes * fix `tsup` output file names ([5f3d58f](5f3d58f)) ### Performance Improvements * memoize stub proxy factory for performance gains ([c09ef55](c09ef55))
1 parent c09ef55 commit dbc34c5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.3.2](https://github.com/osaton/do-proxy/compare/v1.3.1...v1.3.2) (2023-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* fix `tsup` output file names ([5f3d58f](https://github.com/osaton/do-proxy/commit/5f3d58f5d1c206b71dd468bc339d4c2394512294))
7+
8+
9+
### Performance Improvements
10+
11+
* memoize stub proxy factory for performance gains ([c09ef55](https://github.com/osaton/do-proxy/commit/c09ef554499944b53fc9287ea6be3939524651ec))
12+
113
## [1.3.1](https://github.com/osaton/do-proxy/compare/v1.3.0...v1.3.1) (2023-01-04)
214

315

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.1",
10+
"version": "1.3.2",
1111
"type": "module",
1212
"module": "./dist/do-proxy.js",
1313
"main": "./dist/do-proxy.cjs",

0 commit comments

Comments
 (0)