Skip to content

Commit

Permalink
chore(release): 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
esroyo committed Feb 24, 2025
1 parent 6a1283d commit b86641c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [5.0.2](https://github.com/esroyo/systemjs-cdn/compare/v5.0.1...v5.0.2) (2025-02-24)


### Other

* add "hit" "miss" events as span attrs ([6a1283d](https://github.com/esroyo/systemjs-cdn/commit/6a1283d90ba9ab1fa441578afc57802fdb8422cc))

## [5.0.1](https://github.com/esroyo/systemjs-cdn/compare/v5.0.0...v5.0.1) (2025-02-23)


Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"tasks": {
"coverage": "rm -rf coverage && deno task test --reporter=dot --coverage=coverage && deno coverage --lcov --output=coverage.lcov coverage && genhtml -o coverage/report coverage.lcov",
"deploy:prod": "deployctl deploy --prod --project=systemjs-sh --entrypoint src/main.ts --exclude=coverage",
Expand Down

0 comments on commit b86641c

Please # to comment.