Skip to content

Commit cb7a91f

Browse files
committed
v0.1.5
1 parent f5ddcbd commit cb7a91f

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.1.5] - 2025-01-06
11+
12+
### Added
13+
14+
- Release to npmjs using CI workflow
15+
16+
### Fixed
17+
18+
- Updated dependency versions
19+
1020
## [0.1.4] - 2024-01-30
1121

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

5060
- Initial public release
5161

52-
[unreleased]: https://github.com/fastly/compute-js-esi/compare/v0.1.4...HEAD
62+
[unreleased]: https://github.com/fastly/compute-js-esi/compare/v0.1.5...HEAD
63+
[0.1.5]: https://github.com/fastly/compute-js-esi/compare/v0.1.4...v0.1.5
5364
[0.1.4]: https://github.com/fastly/compute-js-esi/compare/v0.1.3...v0.1.4
5465
[0.1.3]: https://github.com/fastly/compute-js-esi/compare/v0.1.2...v0.1.3
5566
[0.1.2]: https://github.com/fastly/compute-js-esi/compare/v0.1.1...v0.1.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fastly/esi",
33
"description": "ESI implementation for JavaScript, using the modern fetch and streaming APIs.",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/fastly/compute-js-esi.git"

0 commit comments

Comments
 (0)