Skip to content

Commit 07d4a8c

Browse files
github-actions[bot]github-actionsmcmire
authored
2.0.0 (#26)
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
1 parent 4db48af commit 07d4a8c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/MetaMask/swappable-obj-proxy/
9+
## [2.0.0]
10+
### Added
11+
- Re-release of this package
12+
- This package was previously released under [`swappable-obj-proxy`](https://www.npmjs.com/package/swappable-obj-proxy) (latest version: 1.1.0). We've begun the version history of `@metamask/swappable-obj-proxy` at 2.0.0 in order to prevent any confusion. Past releases of `swappable-obj-proxy` are not explicitly recorded, but can be traced through the [commit history](https://github.com/MetaMask/swappable-obj-proxy/commits/main). All entries after this line are new additions since the previous release.
13+
- Support proxying instances of class that reference private fields ([#10](https://github.com/MetaMask/swappable-obj-proxy/pull/10))
14+
- Add type definitions for TypeScript projects ([#13](https://github.com/MetaMask/swappable-obj-proxy/pull/13))
15+
16+
[Unreleased]: https://github.com/MetaMask/swappable-obj-proxy/compare/v2.0.0...HEAD
17+
[2.0.0]: https://github.com/MetaMask/swappable-obj-proxy/releases/tag/v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/swappable-obj-proxy",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Tools for creating `Proxy`s around objects that are swappable via setTarget",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)