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",