From c5ca7c154ef18986930476e3438d977cd7269499 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:24:33 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b599d70..17b2d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ 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-07) + + +### Features + +* Add AWS Amplify makefile and related commands ([6abbcfe](https://github.com/awslabs/aws-code-habits/commit/6abbcfea0eb0819f4b0aec331e76d44262209e27)) +* add new targets ([9eac8fd](https://github.com/awslabs/aws-code-habits/commit/9eac8fd800c4e157ee5c457b7883a35f500629df)) +* Add npm commands for updating, listing outdated packages, running security audit, and cleaning cache ([cf377fc](https://github.com/awslabs/aws-code-habits/commit/cf377fc7a4817e78dcbc7d4ef61ce88da1378303)) +* Add nvm.mk file with nvm installation and version management commands ([66f9271](https://github.com/awslabs/aws-code-habits/commit/66f9271223c8f1d717eb97a9b14a50bbd51e6ad4)) +* Add pnpm makefile with commands for package management ([02bd05a](https://github.com/awslabs/aws-code-habits/commit/02bd05a96759b6fe974b3d2d420771f6e034af15)) +* 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)) +* Remove unnecessary target from aws/cli/install ([7c48732](https://github.com/awslabs/aws-code-habits/commit/7c48732ae4b4e7c97962e5abcb413b4850f4bb54)) + ## [1.4.1](https://github.com/awslabs/aws-code-habits/compare/v1.4.0...v1.4.1) (2023-11-10)