Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Mar 6, 2024
1 parent f2ed982 commit 723523b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.1"
".": "4.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [4.0.0](https://github.com/udondan/aws-cloudformation-custom-resource/compare/v3.1.1...v4.0.0) (2024-03-06)


### ⚠ BREAKING CHANGES

* complete refactor to streamline API ([#23](https://github.com/udondan/aws-cloudformation-custom-resource/issues/23))
* integrate ESLint with naming-convention rules ([#12](https://github.com/udondan/aws-cloudformation-custom-resource/issues/12))

### Features

* implements noEcho feature, so secrets can be masked ([#28](https://github.com/udondan/aws-cloudformation-custom-resource/issues/28)) ([f446af7](https://github.com/udondan/aws-cloudformation-custom-resource/commit/f446af74de463c348fbf7bad3fdd62285919232a))


### Bug Fixes

* fix usage of log level enum ([#19](https://github.com/udondan/aws-cloudformation-custom-resource/issues/19)) ([eeabeae](https://github.com/udondan/aws-cloudformation-custom-resource/commit/eeabeaec29723cfadbfbfb75b355ba913961edb4))


### Code Refactoring

* complete refactor to streamline API ([#23](https://github.com/udondan/aws-cloudformation-custom-resource/issues/23)) ([022592b](https://github.com/udondan/aws-cloudformation-custom-resource/commit/022592bf1efd18520db5c2b4d2a653ab9d5f5924))
* integrate ESLint with naming-convention rules ([#12](https://github.com/udondan/aws-cloudformation-custom-resource/issues/12)) ([6ece2b6](https://github.com/udondan/aws-cloudformation-custom-resource/commit/6ece2b66e984935b9f95d644becd6ad257d38ad5))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-cloudformation-custom-resource",
"version": "3.1.1",
"version": "4.0.0",
"description": "Helper for managing custom AWS CloudFormation resources in a Lambda function",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 723523b

Please sign in to comment.