From 9dff55b6e64e0358445fbdbe62a91328450eb6f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:50:30 +0000 Subject: [PATCH] chore(master): release lapsoss 0.4.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/lapsoss/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86a3d7f..782b12e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.12" + ".": "0.4.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b513052..7535cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.13](https://github.com/seuros/lapsoss/compare/lapsoss/v0.4.12...lapsoss/v0.4.13) (2026-01-28) + + +### Bug Fixes + +* resolve test issues and update CI matrix versions ([#8](https://github.com/seuros/lapsoss/issues/8)) ([76c8a96](https://github.com/seuros/lapsoss/commit/76c8a9624417f503b9f5cc71056eeaa87a2aa3a6)) + ## [0.4.12](https://github.com/seuros/lapsoss/compare/lapsoss/v0.4.11...lapsoss/v0.4.12) (2025-12-08) diff --git a/lib/lapsoss/version.rb b/lib/lapsoss/version.rb index d0a2287..f47a10d 100644 --- a/lib/lapsoss/version.rb +++ b/lib/lapsoss/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lapsoss - VERSION = "0.4.12" + VERSION = "0.4.13" end