Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmichaelwallace committed Oct 22, 2023
1 parent c4371a9 commit 2ceafac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [2.0.0](https://github.com/thomasmichaelwallace/serverless-better-credentials/compare/v1.3.0...v2.0.0) (2023-10-22)


### ⚠ BREAKING CHANGES

* provider order updated to include additional providers

### Features

* add remaining default chain providers to profile chains ([39db5ca](https://github.com/thomasmichaelwallace/serverless-better-credentials/commit/39db5ca2a458e8b5819dfba57efaa8afb4be8154))


* bump packages ([5cef3bf](https://github.com/thomasmichaelwallace/serverless-better-credentials/commit/5cef3bf6f109852badc4abaa90e2db258a55a32f))

## [1.3.0](https://github.com/thomasmichaelwallace/serverless-better-credentials/compare/v1.2.1...v1.3.0) (2023-10-22)


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": "serverless-better-credentials",
"version": "1.3.0",
"version": "2.0.0",
"description": "Better AWS credentials resolution plugin for serverless",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2ceafac

Please sign in to comment.