Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.5.0 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down