diff --git a/.changeset/smooth-shrimps-worry.md b/.changeset/smooth-shrimps-worry.md deleted file mode 100644 index b7c7ab7..0000000 --- a/.changeset/smooth-shrimps-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@xmtp/frames-validator": patch ---- - -Update dependencies diff --git a/packages/frames-validator/CHANGELOG.md b/packages/frames-validator/CHANGELOG.md index ecfceca..5379c53 100644 --- a/packages/frames-validator/CHANGELOG.md +++ b/packages/frames-validator/CHANGELOG.md @@ -1,5 +1,11 @@ # @xmtp/frames-validator +## 0.6.2 + +### Patch Changes + +- [#260](https://github.com/xmtp/xmtp-node-js-tools/pull/260) [`57bf55d`](https://github.com/xmtp/xmtp-node-js-tools/commit/57bf55d89bce8a52a1dfaf8b7fc649054aaa6fd5) Thanks [@neekolas](https://github.com/neekolas)! - Update dependencies + ## 0.6.1 ### Patch Changes diff --git a/packages/frames-validator/package.json b/packages/frames-validator/package.json index 99d26a6..f7a0e89 100644 --- a/packages/frames-validator/package.json +++ b/packages/frames-validator/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/frames-validator", - "version": "0.6.1", + "version": "0.6.2", "description": "A validator for XMTP frames requests", "type": "module", "main": "dist/index.cjs",