Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Dec 19, 2023
1 parent 226683d commit 68adc05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.1.0]

### Added

- Initial public release

[unreleased]: https://github.com/fastly/compute-js-esi
[unreleased]: https://github.com/fastly/compute-js-esi/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/fastly/compute-js-esi/releases/tag/v0.1.0
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.0-beta.0",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/fastly/compute-js-esi.git"
Expand Down

0 comments on commit 68adc05

Please sign in to comment.