Skip to content

Commit

Permalink
chore(release): 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esroyo committed Oct 11, 2024
1 parent 390d85a commit 273afb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.22.1](https://github.com/esroyo/systemjs-cdn/compare/v1.22.0...v1.22.1) (2024-10-11)

## [1.22.0](https://github.com/esroyo/systemjs-cdn/compare/v1.21.3...v1.22.0) (2024-10-11)


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.22.0",
"version": "1.22.1",
"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 273afb5

Please sign in to comment.