1
0
Fork 0
mirror of synced 2026-06-05 16:18:19 +00:00

chore: release 6.1.1 (#1757)

This commit is contained in:
Michael Lehmann 2026-05-05 11:08:36 -07:00 committed by GitHub
commit d979d5b3a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{
".release-please-manifest.json": "4.0.2",
"package.json": "6.0.0",
".": "6.1.0"
".": "6.1.1"
}

View file

@ -2,6 +2,13 @@
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.
## [6.1.1](https://github.com/aws-actions/configure-aws-credentials/compare/v6.1.0...v6.1.1) (2026-05-05)
### Miscellaneous Chores
* various dependency updates
## [6.1.0](https://github.com/aws-actions/configure-aws-credentials/compare/v6.0.0...v6.1.0) (2026-04-06)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "configure-aws-credentials",
"version": "6.1.0",
"version": "6.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "configure-aws-credentials",
"version": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^2.0.2",

View file

@ -1,7 +1,7 @@
{
"name": "configure-aws-credentials",
"description": "A GitHub Action to configure AWS credentials",
"version": "6.1.0",
"version": "6.1.1",
"scripts": {
"build": "tsc",
"lint": "biome check --error-on-warnings ./src && markdownlint -i node_modules -i CHANGELOG.md '**/*.md'",