From 4edbe022044f4a796d66b3333a649616a8d35f85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:38:29 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b599d70..126a668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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-06) + + +### Features + +* add new targets ([9eac8fd](https://github.com/awslabs/aws-code-habits/commit/9eac8fd800c4e157ee5c457b7883a35f500629df)) +* 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)