From e391b55f4c317f226b0fc5ec92eadd7e379b63ca Mon Sep 17 00:00:00 2001 From: "Michael D. Stemle, Jr" Date: Thu, 26 Jan 2023 15:37:38 -0500 Subject: [PATCH] Pushing 1.0.4. --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23505af..13f071b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [1.0.4] - 2023-01-26 + +### Fixed + +- Missed the new build process, resolved now. + ## [1.0.3] - 2023-01-26 ### Fixed diff --git a/package.json b/package.json index 2617d04..f110171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arcxp/datadog-service-catalog-metadata-provider", - "version": "1.0.3", + "version": "1.0.4", "description": "This is a package which provides GitHub Actions with a workflow for providing the DataDog Service Catalog Provider with information that will register your service in the Service Catalog.", "main": "index.js", "scripts": {