diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc5d9ad..efdb8e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-02-07 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_analysis` - `v2.4.0`](#wyatt_analysis---v240) + +--- + +#### `wyatt_analysis` - `v2.4.0` + + - **FEAT**: add new lint rules. + - **DOCS**: add instructions to create a new version (closes #104). + + ## 2022-12-13 ### Changes diff --git a/packages/wyatt_analysis/CHANGELOG.md b/packages/wyatt_analysis/CHANGELOG.md index 7b84dc82..a328a7ed 100644 --- a/packages/wyatt_analysis/CHANGELOG.md +++ b/packages/wyatt_analysis/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.4.0 + + - **FEAT**: add new lint rules. + - **DOCS**: add instructions to create a new version (closes #104). + ## 2.3.0 - **REFACTOR**: follow melos versioning. diff --git a/packages/wyatt_analysis/README.md b/packages/wyatt_analysis/README.md index 89dcb528..bd675c4a 100644 --- a/packages/wyatt_analysis/README.md +++ b/packages/wyatt_analysis/README.md @@ -1,5 +1,5 @@