diff --git a/mobx/CHANGELOG.md b/mobx/CHANGELOG.md index 21ef5b54..bee85cf7 100644 --- a/mobx/CHANGELOG.md +++ b/mobx/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.3.0 -- Added automatic generation of `==` and `hasCode` method with `@StoreConfig` annotation +- Added automatic generation of `==` and `hashCode` method with `@StoreConfig` annotation ## 2.2.3 diff --git a/mobx_codegen/CHANGELOG.md b/mobx_codegen/CHANGELOG.md index 4c2bddef..0c31753f 100644 --- a/mobx_codegen/CHANGELOG.md +++ b/mobx_codegen/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.5.0 -- Added automatic generation of `==` and `hasCode` method with `@StoreConfig` annotation +- Added automatic generation of `==` and `hashCode` method with `@StoreConfig` annotation ## 2.4.0