Skip to content

Commit

Permalink
chore(release): 0.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.3](v0.2.2...v0.2.3) (2024-06-11)

### Bug Fixes

* handles esi Args that are strings but have leading integers ([1aa0067](1aa0067))
* update actions and nodejs versions to fix for latest LTS ([9bd3ab4](9bd3ab4))
* Upgrade packages prep for a few patches ([060c874](060c874))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent 6552c52 commit d946414
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.3](https://github.com/cdloh/cloudflare-esi/compare/v0.2.2...v0.2.3) (2024-06-11)


### Bug Fixes

* handles esi Args that are strings but have leading integers ([1aa0067](https://github.com/cdloh/cloudflare-esi/commit/1aa006710636e72ae6a9f52fc1f5dba7fbfee29d))
* update actions and nodejs versions to fix for latest LTS ([9bd3ab4](https://github.com/cdloh/cloudflare-esi/commit/9bd3ab4b47b973663b42f5363da087d328fea79b))
* Upgrade packages prep for a few patches ([060c874](https://github.com/cdloh/cloudflare-esi/commit/060c8744942a0ece2635d5d51cc22c497952918a))

## [0.2.2](https://github.com/cdloh/cloudflare-esi/compare/v0.2.1...v0.2.2) (2022-10-12)


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.2.2",
"version": "0.2.3",
"repository": "cdloh/cloudflare-esi",
"description": "ESI Parser built to run in Cloudflare workers",
"main": "./dist/index.js",
Expand Down

0 comments on commit d946414

Please sign in to comment.