Skip to content

Commit

Permalink
chore(release): 5.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.4](v5.0.3...v5.0.4) (2024-01-03)

### Bug Fixes

* mark proxy as optional ([#367](#367)) ([8374810](8374810))
  • Loading branch information
semantic-release-bot committed Jan 3, 2024
1 parent 8374810 commit ab2f69c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.4](https://github.com/podium-lib/podlet/compare/v5.0.3...v5.0.4) (2024-01-03)


### Bug Fixes

* mark proxy as optional ([#367](https://github.com/podium-lib/podlet/issues/367)) ([8374810](https://github.com/podium-lib/podlet/commit/8374810ff88aadb5ed8a24b84836e8a82e0e0685))

## [5.0.3](https://github.com/podium-lib/podlet/compare/v5.0.2...v5.0.3) (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podium/podlet",
"version": "5.0.3",
"version": "5.0.4",
"type": "module",
"description": "Module for building page fragment servers in a micro frontend architecture.",
"license": "MIT",
Expand Down

0 comments on commit ab2f69c

Please sign in to comment.