diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 5551406f66..6ad15d1a37 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -25,8 +25,10 @@ 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. +### Changed + +- Private properties on classes are now readonly. ## 1.0.1 - 2023-07-25