From a5b89c243fbf09b4abfe2912095f187abab9be2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:28:22 +0600 Subject: [PATCH] chore(main): release gotenberg 1.0.3 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/gotenberg/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e0be2db..f10497f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/SELISEdigitalplatforms/gotenberg/compare/gotenberg/v1.0.2...gotenberg/v1.0.3) (2024-06-24) + + +### Bug Fixes + +* Add asset mappers for the static assets ([#15](https://github.com/SELISEdigitalplatforms/gotenberg/issues/15)) ([#16](https://github.com/SELISEdigitalplatforms/gotenberg/issues/16)) ([6b07a0f](https://github.com/SELISEdigitalplatforms/gotenberg/commit/6b07a0f813d808b7196be9c2ba151cb7fb9e0662)) + ## [1.0.2](https://github.com/SELISEdigitalplatforms/gotenberg/compare/gotenberg/v1.0.1...gotenberg/v1.0.2) (2024-06-20) diff --git a/lib/gotenberg/version.rb b/lib/gotenberg/version.rb index 44efa92..facc26d 100644 --- a/lib/gotenberg/version.rb +++ b/lib/gotenberg/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Gotenberg - VERSION = "1.0.2" + VERSION = "1.0.3" end