Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Jan 30, 2024
1 parent 29b8ea7 commit af6a023
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.1.4] - 2024-01-30

### Added
- Max inclusion depth of 10

### Fixed
- fix: Export EsiError from package

### Updated
- docs: Clarification of XML namespacing added to README

## [0.1.3] - 2024-01-29

### Added
Expand Down Expand Up @@ -38,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public release

[unreleased]: https://github.com/fastly/compute-js-esi/compare/v0.1.3...HEAD
[unreleased]: https://github.com/fastly/compute-js-esi/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/fastly/compute-js-esi/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/fastly/compute-js-esi/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/fastly/compute-js-esi/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/fastly/compute-js-esi/compare/v0.1.0...v0.1.1
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,7 +1,7 @@
{
"name": "@fastly/esi",
"description": "ESI implementation for JavaScript, using the modern fetch and streaming APIs.",
"version": "0.1.3",
"version": "0.1.4",
"repository": {
"type": "git",
"url": "git+https://github.com/fastly/compute-js-esi.git"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/01/edge/package-lock.json

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

0 comments on commit af6a023

Please sign in to comment.