From 7d51199c6f74548e78d8963ab844327a3378a4ba Mon Sep 17 00:00:00 2001
From: Saddam Azad <saddam.azad@me.com>
Date: Sun, 18 Aug 2024 02:10:13 +0600
Subject: [PATCH] 0.6.0

---
 package-lock.json | 4 ++--
 package.json      | 9 +++++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 3521efa..8611931 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@thunderso/cdk-spa",
-  "version": "0.5.0",
+  "version": "0.6.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@thunderso/cdk-spa",
-      "version": "0.5.0",
+      "version": "0.6.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@aws-sdk/client-codepipeline": "^3.632.0",
diff --git a/package.json b/package.json
index 8b8440c..18e399a 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,13 @@
 {
   "name": "@thunderso/cdk-spa",
-  "version": "0.5.0",
+  "version": "0.6.0",
   "description": "CDK Library for provisioning infrastructure for Single Page Applications.",
-  "tags": ["aws", "cdk", "spa", "typescript"],
+  "tags": [
+    "aws",
+    "cdk",
+    "spa",
+    "typescript"
+  ],
   "type": "module",
   "main": "index.ts",
   "repository": {