diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 5551406f66..83a1982c40 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -25,14 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Constructor types in `RegularTransactionEssence`; - `SenderFeature.getSender()` and `IssuerFeature.getIssuer()` now return the correct types; -- Private properties on classes are now readonly. - ## 1.0.1 - 2023-07-25 ### Changed - Deprecate `Account::{buildAliasOutput(), buildBasicOutput(), buildFoundryOutput(), buildNftOutput()}` and their `BuildAliasOutputData, BuildBasicOutputData, BuildFoundryOutputData, BuildNftOutputData` parameter types; +- Private properties on classes are now readonly. ## 1.0.0 - 2023-07-24