From 7399f70473623144523467614d1e70b66d933500 Mon Sep 17 00:00:00 2001 From: Carles Escrig Royo Date: Sun, 20 Oct 2024 18:31:37 +0200 Subject: [PATCH] chore(release): 1.25.0 --- CHANGELOG.md | 7 +++++++ deno.jsonc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e23eea..d0c3a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/deno.jsonc b/deno.jsonc index 7195236..0509309 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -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",