From e3f68c06019954b0c8f0ec0ac5f51b59b3e3fe1a Mon Sep 17 00:00:00 2001 From: Cru DevOps <99344078+cru-devops@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:43:59 -0400 Subject: [PATCH] chore(main): release 1.8.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3483d9..fbae4bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.1](https://github.com/CruGlobal/.github/compare/v1.8.0...v1.8.1) (2026-07-22) + + +### Bug Fixes + +* **deploy:** post standard Datadog events instead of DORA product events ([#429](https://github.com/CruGlobal/.github/issues/429)) ([9ccbe73](https://github.com/CruGlobal/.github/commit/9ccbe73675120ec9361fa69e2e3f24d856a66c79)) + ## [1.8.0](https://github.com/CruGlobal/.github/compare/v1.1.0...v1.8.0) (2026-07-15) diff --git a/package-lock.json b/package-lock.json index 16a62310..424e9371 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cruglobal-dot-github", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cruglobal-dot-github", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "dependencies": { "@actions/core": "^3.0.0", diff --git a/package.json b/package.json index 7eef29f0..1c6486c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cruglobal-dot-github", - "version": "1.8.0", + "version": "1.8.1", "description": "Cru Actions and Workflows", "private": true, "sideEffects": false,