From e6a2ca9d7b0a1046dd0fed20cde274e3147c6115 Mon Sep 17 00:00:00 2001 From: Denis Tokarev Date: Thu, 16 Oct 2025 23:22:36 +1100 Subject: [PATCH 1/2] Update maintainability badge link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5673371..5be177b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A lightweight, zero-dependency library for waiting asynchronously until a specif ![npm version](https://img.shields.io/npm/v/async-wait-until) [![npm downloads](https://img.shields.io/npm/dw/async-wait-until)](https://npmjs.org/package/async-wait-until) ![MIT License](https://img.shields.io/npm/l/async-wait-until) -[![Maintainability](https://api.codeclimate.com/v1/badges/2a967399786c0d306247/maintainability)](https://codeclimate.com/github/devlato/async-wait-until/maintainability) +[![Maintainability](https://qlty.sh/gh/devlato/projects/async-wait-until/maintainability.svg)](https://qlty.sh/gh/devlato/projects/async-wait-until) ## ✨ Features From 8eab07f9cc1222eb4ef16ad7db7ba89569679d62 Mon Sep 17 00:00:00 2001 From: Denis Tokarev Date: Thu, 16 Oct 2025 23:23:54 +1100 Subject: [PATCH 2/2] Bump version from 2.0.30 to 2.0.31 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e48d2bf..a21fce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-wait-until", - "version": "2.0.30", + "version": "2.0.31", "description": "Waits until the given predicate function returns a truthy value, then resolves", "main": "./dist/index.js", "module": "./dist/index.esm.js",