Skip to content

Commit

Permalink
chore(main): release gotenberg 1.0.3 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 24, 2024
1 parent 6b07a0f commit a5b89c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/gotenberg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Gotenberg
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit a5b89c2

Please sign in to comment.