From 3364d0e8e4d23da06c438f5684df00c4b64921e2 Mon Sep 17 00:00:00 2001 From: Samrith Shankar Date: Wed, 13 Nov 2024 12:14:30 +0530 Subject: [PATCH] release: v3.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cefa76..35a2def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.0.2](https://github.com/samrith-s/concurrent-tasks/compare/v3.0.1...v3.0.2) (2024-11-13) + + +### Bug Fixes + +* update `homepage` field in `package.json` ([da4ee4a](https://github.com/samrith-s/concurrent-tasks/commit/da4ee4ac2a0e17469dc4907d6fc8b8ab5efc1164)) + # [3.0.0](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2023-12-10) diff --git a/package.json b/package.json index 358c2b1..d39005e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "concurrent-tasks", - "version": "3.0.1", + "version": "3.0.2", "description": "A simple task runner which will run tasks concurrently while maintaining limits.", "author": "Samrith Shankar", "license": "MIT",