From baa1095a13c29fa1cbea15566fa033ab95d49501 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 11:57:23 +0100 Subject: [PATCH] chore(main): release 3.0.0 (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d6a64..6c90099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/jmaver-plume/kafkajs-msk-iam-authentication-mechanism/compare/v2.1.1...v3.0.0) (2023-03-04) + + +### ⚠ BREAKING CHANGES + +* provider now accepts a single required parameter options + +### Features + +* Add credentials optional parameter to the provider ([#28](https://github.com/jmaver-plume/kafkajs-msk-iam-authentication-mechanism/issues/28)) ([4584c68](https://github.com/jmaver-plume/kafkajs-msk-iam-authentication-mechanism/commit/4584c68b4c5757b41e2fa1629cf4b2fcd451774f)) + ## [2.1.1](https://github.com/jmaver-plume/kafkajs-msk-iam-authentication-mechanism/compare/v2.1.0...v2.1.1) (2023-02-20) diff --git a/package-lock.json b/package-lock.json index 0ad7adb..0c16106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jm18457/kafkajs-msk-iam-authentication-mechanism", - "version": "2.1.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index ceeb4ac..7dc09ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jm18457/kafkajs-msk-iam-authentication-mechanism", - "version": "2.1.1", + "version": "3.0.0", "description": "Authentication mechanism for AWS MSK IAM for KafkaJS.", "keywords": [ "kafkajs",