From 068449f3a812f8142697ae8ba2be04eabdfbd41e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 15:58:35 +0200 Subject: [PATCH] Version Packages (next) (#10) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 +++- src/Serilog.Extensions.Formatting/CHANGELOG.md | 6 ++++++ .../Serilog.Extensions.Formatting.csproj | 2 +- src/Serilog.Extensions.Formatting/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 9bf8c82..7160fa9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,7 @@ "initialVersions": { "alexaka1.serilog.extensions.formatting": "0.0.3" }, - "changesets": [] + "changesets": [ + "twenty-ligers-attend" + ] } diff --git a/src/Serilog.Extensions.Formatting/CHANGELOG.md b/src/Serilog.Extensions.Formatting/CHANGELOG.md index 32f9228..28865c2 100644 --- a/src/Serilog.Extensions.Formatting/CHANGELOG.md +++ b/src/Serilog.Extensions.Formatting/CHANGELOG.md @@ -1,5 +1,11 @@ # alexaka1.serilog.extensions.formatting +## 0.0.4-next.0 + +### Patch Changes + +- 31c2097: Test pre release commit + ## 0.0.3 ### Patch Changes diff --git a/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj b/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj index dfaeb6e..1425754 100644 --- a/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj +++ b/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj @@ -2,7 +2,7 @@ Alexaka1.Serilog.Extensions.Formatting Serilog extensions for formatting - 0.0.3 + 0.0.4-next.0 Alex Martossy true serilog;json;utf8jsonwriter;system.text.json diff --git a/src/Serilog.Extensions.Formatting/package.json b/src/Serilog.Extensions.Formatting/package.json index 96e507b..0ce35f4 100644 --- a/src/Serilog.Extensions.Formatting/package.json +++ b/src/Serilog.Extensions.Formatting/package.json @@ -1,5 +1,5 @@ { "name": "alexaka1.serilog.extensions.formatting", - "version": "0.0.3", + "version": "0.0.4-next.0", "private": true }