Skip to content
Merged

Dev #18

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down