Skip to content

Commit

Permalink
chore(release): 5.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.2](v5.0.1...v5.0.2) (2023-12-08)

### Bug Fixes

* Pass podlet name to proxy ([190eddd](190eddd))
  • Loading branch information
semantic-release-bot committed Dec 8, 2023
1 parent aad59c2 commit 72561e3
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.2](https://github.com/podium-lib/podlet/compare/v5.0.1...v5.0.2) (2023-12-08)


### Bug Fixes

* Pass podlet name to proxy ([190eddd](https://github.com/podium-lib/podlet/commit/190eddd4c017c0da5d6c8206a015419d77ac395c))

## [5.0.1](https://github.com/podium-lib/podlet/compare/v5.0.0...v5.0.1) (2023-12-06)


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.1",
"version": "5.0.2",
"type": "module",
"description": "Module for building page fragment servers in a micro frontend architecture.",
"license": "MIT",
Expand Down

0 comments on commit 72561e3

Please sign in to comment.