From 7bf4b0baefa294faf4da5a78273c66a4029754e5 Mon Sep 17 00:00:00 2001 From: Elamaran Shanmugam Date: Wed, 8 Jan 2025 09:21:43 -0500 Subject: [PATCH] Release Preparation for V1.7.0 --- .github/workflows/ci.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac13dfed..2e436846 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-15 strategy: matrix: diff --git a/package.json b/package.json index 4a8fa8fc..bfd7f962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdk-aws-observability-accelerator", - "version": "1.6.0", + "version": "1.7.0", "scripts": { "build": "rm -rf dist && tsc --skipLibCheck", "watch": "tsc -w",