From 9c5deaea4b860bf54a9f304e87bfcfc9f50bc8a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:05:56 +0000 Subject: [PATCH] chore(main): release 0.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78e7f27..ddfa3e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 314dd5d..0442281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/david-chau/react-financial-input/compare/v0.11.0...v0.11.1) (2026-08-03) + + +### Bug fixes + +* cancel the pending animation frame on teardown ([#47](https://github.com/david-chau/react-financial-input/issues/47)) ([9fc9616](https://github.com/david-chau/react-financial-input/commit/9fc9616478ef28a3ac3d5ff330bcca195c995a2c)) + ## [0.11.0](https://github.com/david-chau/react-financial-input/compare/v0.10.0...v0.11.0) (2026-08-03) diff --git a/package-lock.json b/package-lock.json index b2f04b2..6bf5da2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-financial-input", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-financial-input", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "devDependencies": { "@axe-core/playwright": "^4.12.1", diff --git a/package.json b/package.json index 733102e..70d0087 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-input", - "version": "0.11.0", + "version": "0.11.1", "description": "Zero-dependency React financial input that formats as you type and handles desktop, iOS and Android input events.", "keywords": [ "react",