From 1a9de55a5586dd25dfb8910d1fee3ec226808773 Mon Sep 17 00:00:00 2001 From: Thierry de Pauw Date: Sun, 30 Jun 2024 21:18:51 +0200 Subject: [PATCH] 2.6.1 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9020735..1eaaaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 2.6.0 (26 Nov 2023) +## 2.6.1 (30 June 2023) + +* Export the `WildcardPrincipal` ([#23](https://github.com/thinkinglabs/aws-iam-policy/pull/23) by [@gabegorelick](https://github.com/gabegorelick)). + +## 2.6.0 (26 November 2023) * Add support for the wildcard principal ([#22](https://github.com/thinkinglabs/aws-iam-policy/issues/22) reported by [@gabegorelick](https://github.com/gabegorelick)). diff --git a/package.json b/package.json index 660b134..8e7d3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thinkinglabs/aws-iam-policy", - "version": "2.6.0", + "version": "2.6.1", "description": "TypeScript library for handling AWS IAM Policy documents", "homepage": "https://github.com/thinkinglabs/aws-iam-policy", "repository": "git://github.com/thinkinglabs/aws-iam-policy.git",