Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Mar 15, 2024
1 parent 5b52be9 commit 7314365
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@
{
".": "4.2.0"
".": "5.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/udondan/aws-cloudformation-custom-resource/compare/v4.2.0...v5.0.0) (2024-03-15)


### ⚠ BREAKING CHANGES

* implements proxy to easily get the changed state and previous value in update requests ([#41](https://github.com/udondan/aws-cloudformation-custom-resource/issues/41))

### Features

* implements proxy to easily get the changed state and previous value in update requests ([#41](https://github.com/udondan/aws-cloudformation-custom-resource/issues/41)) ([26fdf79](https://github.com/udondan/aws-cloudformation-custom-resource/commit/26fdf793ab4ef24cbfbefe35b683980f1bc4efe2))

## [4.2.0](https://github.com/udondan/aws-cloudformation-custom-resource/compare/v4.1.0...v4.2.0) (2024-03-08)


Expand Down
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": "4.2.0",
"version": "5.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 7314365

Please sign in to comment.