diff --git a/package-lock.json b/package-lock.json index 5cfc334268..0e99d22da7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14896,7 +14896,7 @@ } }, "packages/ripple-binary-codec": { - "version": "2.1.0", + "version": "2.2.0", "license": "ISC", "dependencies": { "@xrplf/isomorphic": "^1.0.1", @@ -14929,7 +14929,7 @@ } }, "packages/xrpl": { - "version": "4.0.0", + "version": "4.1.0", "license": "ISC", "dependencies": { "@scure/bip32": "^1.3.1", @@ -14939,7 +14939,7 @@ "bignumber.js": "^9.0.0", "eventemitter3": "^5.0.1", "ripple-address-codec": "^5.0.0", - "ripple-binary-codec": "^2.1.0", + "ripple-binary-codec": "^2.2.0", "ripple-keypairs": "^2.0.0" }, "devDependencies": { diff --git a/packages/ripple-binary-codec/HISTORY.md b/packages/ripple-binary-codec/HISTORY.md index 755edfc758..85eb20b4e6 100644 --- a/packages/ripple-binary-codec/HISTORY.md +++ b/packages/ripple-binary-codec/HISTORY.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.2.0 (2024-12-23) + ### Added * Support for the Multi-Purpose Token amendment (XLS-33) diff --git a/packages/ripple-binary-codec/package.json b/packages/ripple-binary-codec/package.json index 41aca52356..a1a26762ea 100644 --- a/packages/ripple-binary-codec/package.json +++ b/packages/ripple-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "ripple-binary-codec", - "version": "2.1.0", + "version": "2.2.0", "description": "XRP Ledger binary codec", "files": [ "dist/*", diff --git a/packages/xrpl/HISTORY.md b/packages/xrpl/HISTORY.md index 69ae6fa19d..b834707f69 100644 --- a/packages/xrpl/HISTORY.md +++ b/packages/xrpl/HISTORY.md @@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr ## Unreleased Changes +## 4.1.0 (2024-12-23) + ### Added * Added new MPT transaction definitions (XLS-33) * New `MPTAmount` type support for `Payment` and `Clawback` transactions diff --git a/packages/xrpl/package.json b/packages/xrpl/package.json index d01c10d7f6..6236137fc0 100644 --- a/packages/xrpl/package.json +++ b/packages/xrpl/package.json @@ -1,6 +1,6 @@ { "name": "xrpl", - "version": "4.0.0", + "version": "4.1.0", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser", "files": [ @@ -29,7 +29,7 @@ "bignumber.js": "^9.0.0", "eventemitter3": "^5.0.1", "ripple-address-codec": "^5.0.0", - "ripple-binary-codec": "^2.1.0", + "ripple-binary-codec": "^2.2.0", "ripple-keypairs": "^2.0.0" }, "devDependencies": {