Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.7...v5.1.0) (2024-04-14)

### Bug Fixes

* pass res.locals to HttpIncoming constructor ([f9b6336](f9b6336))

### Features

* pass a new res.locals.params object to http-incoming ([b9ef277](b9ef277))
  • Loading branch information
semantic-release-bot committed Apr 14, 2024
1 parent 2b37340 commit be9f8ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.1.0](https://github.com/podium-lib/podlet/compare/v5.0.7...v5.1.0) (2024-04-14)


### Bug Fixes

* pass res.locals to HttpIncoming constructor ([f9b6336](https://github.com/podium-lib/podlet/commit/f9b63360921d2ca045ddd3379ece9d67edac63ef))


### Features

* pass a new res.locals.params object to http-incoming ([b9ef277](https://github.com/podium-lib/podlet/commit/b9ef2778e4e5b68d93c2bc8d3825a0d14b3a5d0a))

## [5.0.7](https://github.com/podium-lib/podlet/compare/v5.0.6...v5.0.7) (2024-04-08)


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

0 comments on commit be9f8ef

Please sign in to comment.