Skip to content

Commit

Permalink
chore(release): 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.1](v0.3.0...v0.3.1) (2024-09-27)

### Bug Fixes

* also trigger postbody function on non esi responses ([e84948a](e84948a))
  • Loading branch information
semantic-release-bot committed Sep 27, 2024
1 parent c866b56 commit 3996519
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.1](https://github.com/cdloh/cloudflare-esi/compare/v0.3.0...v0.3.1) (2024-09-27)


### Bug Fixes

* also trigger postbody function on non esi responses ([e84948a](https://github.com/cdloh/cloudflare-esi/commit/e84948a7f4997d3de5465fa6ffc860aa87f309d1))

# [0.3.0](https://github.com/cdloh/cloudflare-esi/compare/v0.2.5...v0.3.0) (2024-08-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-esi",
"version": "0.3.0",
"version": "0.3.1",
"repository": "cdloh/cloudflare-esi",
"description": "ESI Parser built to run in Cloudflare workers",
"main": "./dist/index.js",
Expand Down

0 comments on commit 3996519

Please sign in to comment.