From 829296570cf25fae4ca46ace9ba2f33e86ae355a Mon Sep 17 00:00:00 2001 From: "raghav.gupta" Date: Thu, 5 Dec 2024 16:47:44 +0530 Subject: [PATCH 1/2] Updated package & build files --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sw_build.yml | 2 +- .github/workflows/sw_release.yml | 2 +- CHANGELOG.md | 3 +++ package.json | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 423c606..f66dd45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: types: [opened, synchronize, reopened] jobs: build: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v2 - name: Use node.js version 10.24.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c27d2c..3f79c1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: types: [published] jobs: build: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v2 - name: Use node.js version 10.24.1 diff --git a/.github/workflows/sw_build.yml b/.github/workflows/sw_build.yml index 93c331b..f90aef6 100644 --- a/.github/workflows/sw_build.yml +++ b/.github/workflows/sw_build.yml @@ -11,7 +11,7 @@ on: types: [opened, synchronize, reopened] jobs: build: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v2 - name: Use node.js version 10.24.1 diff --git a/.github/workflows/sw_release.yml b/.github/workflows/sw_release.yml index 9c64311..d7f1375 100644 --- a/.github/workflows/sw_release.yml +++ b/.github/workflows/sw_release.yml @@ -4,7 +4,7 @@ on: types: [published] jobs: build: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v2 - name: Use node.js version 10.24.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c0157..418a4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.11.12] 5th Dec, 2024 +- Changed Git Action Build Version + ## [1.11.11] 3rd Dec, 2024 - Support for Personalisation in HTML & JSON for Visual Editor diff --git a/package.json b/package.json index 1744d2e..5326a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clevertap-web-sdk", - "version": "1.11.11", + "version": "1.11.12", "description": "", "main": "clevertap.js", "scripts": { From 88420e46b9b811f7c48035bb60975ae993ae6b3d Mon Sep 17 00:00:00 2001 From: "raghav.gupta" Date: Thu, 5 Dec 2024 18:02:42 +0530 Subject: [PATCH 2/2] reverted extra change --- CHANGELOG.md | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 418a4ce..06c0157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ # Change Log All notable changes to this project will be documented in this file. -## [1.11.12] 5th Dec, 2024 -- Changed Git Action Build Version - ## [1.11.11] 3rd Dec, 2024 - Support for Personalisation in HTML & JSON for Visual Editor diff --git a/package.json b/package.json index 5326a50..1744d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clevertap-web-sdk", - "version": "1.11.12", + "version": "1.11.11", "description": "", "main": "clevertap.js", "scripts": {