diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bdabc..f898f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ## Changelog -### [v4.11.0](https://github.com/panates/lightning-pool/compare/v4.10.1...v4.11.0) - +### [v4.11.1](https://github.com/panates/lightning-pool/compare/v4.11.0...v4.11.1) - + +#### 💬 General Changes + +- dev: Fixed circular typing dependencies @Eray Hanoğlu +- doc: Fixed ci-test badge @Eray Hanoğlu +- dev: Added git+ to repository url @Eray Hanoğlu + +### [v4.11.0](https://github.com/panates/lightning-pool/compare/v4.10.1...v4.11.0) - 2 May 2025 ### [v4.10.1](https://github.com/panates/lightning-pool/compare/v4.10.0...v4.10.1) - 28 January 2025 diff --git a/README.md b/README.md index 9bbbf80..3dd042c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] -[![CircleCI][circleci-image]][circleci-url] +[![CI Tests][ci-test-image]][ci-test-url] [![Test Coverage][coveralls-image]][coveralls-url] ## About @@ -377,8 +377,8 @@ Pool.PoolState (Number): [npm-image]: https://img.shields.io/npm/v/lightning-pool.svg [npm-url]: https://npmjs.org/package/lightning-pool -[circleci-image]: https://circleci.com/gh/panates/lightning-pool/tree/master.svg?style=shield -[circleci-url]: https://circleci.com/gh/panates/lightning-pool/tree/master +[ci-test-image]: https://github.com/panates/lightning-pool/actions/workflows/test.yml/badge.svg +[ci-test-url]: https://github.com/panates/lightning-pool/actions/workflows/test.yml [coveralls-image]: https://img.shields.io/coveralls/panates/lightning-pool/master.svg [coveralls-url]: https://coveralls.io/r/panates/lightning-pool [downloads-image]: https://img.shields.io/npm/dm/lightning-pool.svg diff --git a/package-lock.json b/package-lock.json index f3bc830..1f96803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lightning-pool", - "version": "4.11.0", + "version": "4.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lightning-pool", - "version": "4.11.0", + "version": "4.11.1", "license": "MIT", "dependencies": { "doublylinked": "^2.5.6", diff --git a/package.json b/package.json index ad69553..389ec93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lightning-pool", "description": "Fastest generic Pool written with TypeScript", - "version": "4.11.0", + "version": "4.11.1", "author": "Panates", "license": "MIT", "dependencies": {