Skip to content

Commit

Permalink
chore(release): 1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esroyo committed May 9, 2024
1 parent c3d0d90 commit ea0e5e4
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.

## [1.18.6](https://github.com/esroyo/systemjs.sh/compare/v1.18.5...v1.18.6) (2024-05-09)


### Other

* remove explicit usage passing of start/end time for spans ([c3d0d90](https://github.com/esroyo/systemjs.sh/commit/c3d0d907c70c4772a272dc2f1b44818e46eda2fc))

## [1.18.5](https://github.com/esroyo/systemjs.sh/compare/v1.18.4...v1.18.5) (2024-05-09)


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": "1.18.5",
"version": "1.18.6",
"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 ea0e5e4

Please sign in to comment.