Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.1.1](https://github.com/DEVtheOPS/opencode-plugin-aws-auth-refresh/compare/v0.1.0...v0.1.1) (2026-06-24)


### Bug Fixes

* detect AWS provider auth errors via session.error hook ([f266cdd](https://github.com/DEVtheOPS/opencode-plugin-aws-auth-refresh/commit/f266cdd8e341a9acbe8c53957bb9c7690f220067))
* various issues ([6f5e4fe](https://github.com/DEVtheOPS/opencode-plugin-aws-auth-refresh/commit/6f5e4feb056f6956b3e1142631c8a1877cda14c8))

## [1.0.0] - 2026-05-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtheops/opencode-plugin-aws-auth-refresh",
"version": "0.1.0",
"version": "0.1.1",
"description": "OpenCode plugin that refreshes AWS credentials when auth errors are detected",
"keywords": [
"opencode",
Expand Down