diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c7cd6..c704d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [1.0.0](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.0...v1.0.0) (2024-06-26) + + +### ✨ New Features + +* Add functionality from existing node actions into repo ([454739b](https://github.com/ZebraDevs/flutter-code-quality/commit/454739b677d0b1744534f7a73a47f927fe0b9212)) +* Add more deatils comments ([454739b](https://github.com/ZebraDevs/flutter-code-quality/commit/454739b677d0b1744534f7a73a47f927fe0b9212)) +* Push changes back onto branch ([4c2274e](https://github.com/ZebraDevs/flutter-code-quality/commit/4c2274eac539a17d8ef93f3d5cfd2fec2c016700)) + + +### 🪲 Bug Fixes + +* Add basic support for checking if branch is behind ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26)) +* add in behind_by ([bebb2bc](https://github.com/ZebraDevs/flutter-code-quality/commit/bebb2bcd7c1238cc718c654e9ad263f6d42aec0f)) + + +### 📈 Documentation + +* Add information to readme ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26)) +* Add more information to readme ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Adding step documentation ([2ee2be1](https://github.com/ZebraDevs/flutter-code-quality/commit/2ee2be1544bf864f860f85398e12825aa4db7328)) + + +### 🧪 Tests + +* Add flutter repos for testing good and bad state ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Add tests for analyze, coverage and test ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Initialize Jest ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Setup jest tests ([#4](https://github.com/ZebraDevs/flutter-code-quality/issues/4)) ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) + + +### 🧹 Miscellaneous Chores + +* Add required files contributing, code of conduct etc. ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26)) +* **main:** release 1.0.0 ([#2](https://github.com/ZebraDevs/flutter-code-quality/issues/2)) ([b191523](https://github.com/ZebraDevs/flutter-code-quality/commit/b19152344888db9a0da250910f1b0a4339126e74)) +* release 1.0.0 ([baba357](https://github.com/ZebraDevs/flutter-code-quality/commit/baba3575b342dfe32c3cc98d1b78577f1aba3b52)) +* Tidy directory structure ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) + ## [1.0.0](https://github.com/ZebraDevs/flutter-code-quality/compare/v0.0.1...v1.0.0) (2024-06-26)