Skip to content

Commit 134c418

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](v1.3.2...v1.3.3) (2023-01-10) ### Bug Fixes * extract methods also from parent prototypes ([ff22646](ff22646)), closes [#10](#10)
1 parent ff22646 commit 134c418

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.3](https://github.com/osaton/do-proxy/compare/v1.3.2...v1.3.3) (2023-01-10)
2+
3+
4+
### Bug Fixes
5+
6+
* extract methods also from parent prototypes ([ff22646](https://github.com/osaton/do-proxy/commit/ff2264630d8bf8196c41393337a45216901b0f53)), closes [#10](https://github.com/osaton/do-proxy/issues/10)
7+
18
## [1.3.2](https://github.com/osaton/do-proxy/compare/v1.3.1...v1.3.2) (2023-01-08)
29

310

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

0 commit comments

Comments
 (0)