Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 4, 2023
1 parent 4584c68 commit baa1095
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit baa1095

Please sign in to comment.