Skip to content

Commit 24e1277

Browse files
chore(main): release 1.0.2 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7fa653 commit 24e1277

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/shaka-project/trace-anything/compare/v1.0.1...v1.0.2) (2022-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* missing parameter `options` in `_shimPropertySilent()` ([#10](https://github.com/shaka-project/trace-anything/issues/10)) ([b7fa653](https://github.com/shaka-project/trace-anything/commit/b7fa653d5f1eb7aa234354ac98cac8ef9a335871))
9+
310
## [1.0.1](https://github.com/shaka-project/trace-anything/compare/v1.0.1...v1.0.0) (2021-11-15)
411

512
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trace-anything",
33
"description": "Shim and trace calls to absolutely anything",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"homepage": "https://github.com/shaka-project/trace-anything",
66
"author": "Joey Parrish",
77
"maintainers": [

0 commit comments

Comments
 (0)