Skip to content

Commit

Permalink
chore(release): 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esroyo committed Oct 20, 2024
1 parent 34e87ba commit 7399f70
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.25.0](https://github.com/esroyo/systemjs-cdn/compare/v1.24.2...v1.25.0) (2024-10-20)


### Features

* add max and min workers support ([34e87ba](https://github.com/esroyo/systemjs-cdn/commit/34e87baa6f42017c3a37611062654e95a40acf61))

## [1.24.2](https://github.com/esroyo/systemjs-cdn/compare/v1.24.1...v1.24.2) (2024-10-18)

## [1.24.1](https://github.com/esroyo/systemjs-cdn/compare/v1.24.0...v1.24.1) (2024-10-18)
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.24.2",
"version": "1.25.0",
"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 7399f70

Please sign in to comment.