Skip to content

Commit 4fc4975

Browse files
authored
Merge pull request #1273 from aws-actions/release-please--branches--main--components--configure-aws-credentials
chore(main): release 4.0.3
2 parents d700acb + 47ce154 commit 4fc4975

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
".release-please-manifest.json": "4.0.2",
33
"package.json": "4.0.2",
4-
".": "4.0.2"
4+
".": "4.0.3"
55
}

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.3](https://github.com/aws-actions/configure-aws-credentials/compare/v4.0.2...v4.0.3) (2025-01-27)
6+
7+
8+
### Features
9+
10+
* added release-please action config ([0f88004](https://github.com/aws-actions/configure-aws-credentials/commit/0f88004d9c27e0bdbbc254b3f7c8053cb38f04d7))
11+
12+
13+
### Bug Fixes
14+
15+
* add id-token permission to automerge ([97834a4](https://github.com/aws-actions/configure-aws-credentials/commit/97834a484a5ab3c40fa9e2eb40fcf8041105a573))
16+
* cpy syntax on npm package ([#1195](https://github.com/aws-actions/configure-aws-credentials/issues/1195)) ([83b5a56](https://github.com/aws-actions/configure-aws-credentials/commit/83b5a565471214aec459e234bef606339fe07111))
17+
* force push packaged files to main ([bfd2185](https://github.com/aws-actions/configure-aws-credentials/commit/bfd218503eb87938c29603a551e19c6b594f5fe5))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 4.0.3 ([ca00fd4](https://github.com/aws-actions/configure-aws-credentials/commit/ca00fd4d3842ad58c3c21ebfe69defa1f0e7bdc4))
23+
524
## [4.0.2](https://github.com/aws-actions/configure-aws-credentials/compare/v4.0.1...v4.0.2) (2024-02-09)
625

726
* Revert 4.0.1 to remove warning

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "configure-aws-credentials",
33
"description": "A GitHub Action to configure AWS credentials",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",
77
"lint": "biome check --error-on-warnings ./src",

0 commit comments

Comments
 (0)