diff --git a/CHANGELOG.md b/CHANGELOG.md index b599d70..9152091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.0](https://github.com/awslabs/aws-code-habits/compare/v1.4.1...v1.5.0) (2024-03-02) + + +### Features + +* Add target to find and display Makefile contents ([a200131](https://github.com/awslabs/aws-code-habits/commit/a200131495cccbca37ec257141adaafa72d33fb7)) +* update ([ceff317](https://github.com/awslabs/aws-code-habits/commit/ceff317d9e8282e5662c7754de4c5069b992a4bf)) +* Update devcontainer and GitHub Actions workflows ([218315c](https://github.com/awslabs/aws-code-habits/commit/218315c87aecb9348e2514c01cc0a83b1a669b70)) +* Update devcontainer configuration ([7d2f8d4](https://github.com/awslabs/aws-code-habits/commit/7d2f8d40c37589067c62ead0806509b056f7f743)) +* Update test.yaml workflow ([902d361](https://github.com/awslabs/aws-code-habits/commit/902d361fb7f60a89e59283240a1f90e521f71456)) + + +### Bug Fixes + +* indentation ([15fd564](https://github.com/awslabs/aws-code-habits/commit/15fd564cdee17b84748e792469dda2cc76eecfac)) +* indentation in npm.mk file ([88da71b](https://github.com/awslabs/aws-code-habits/commit/88da71b9d404394b3c97d3c0a6b8da203c0e421c)) +* lack of versions ([d61932a](https://github.com/awslabs/aws-code-habits/commit/d61932a4693e1b57729fd351c72ec17aa3df3f1e)) + ## [1.4.1](https://github.com/awslabs/aws-code-habits/compare/v1.4.0...v1.4.1) (2023-11-10)