From 32affdd68ce0a4cacc6267f7e44fdae72b413561 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:36:50 -0700 Subject: [PATCH] chore(main): release 5.5.1 (#697) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cbb706..37d3f145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.5.1](https://github.com/jonahsnider/convert/compare/v5.5.0...v5.5.1) (2024-10-24) + + +### Bug Fixes + +* **volume:** improve definition of cubic yards conversion factor ([#695](https://github.com/jonahsnider/convert/issues/695)) ([5c526ad](https://github.com/jonahsnider/convert/commit/5c526ad3d6b8a102683608a536041b12d0c25eff)) + ## [5.5.0](https://github.com/jonahsnider/convert/compare/v5.4.1...v5.5.0) (2024-10-24) diff --git a/package.json b/package.json index 54e44721..a4f516b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convert", - "version": "5.5.0", + "version": "5.5.1", "description": "The smallest & fastest library for really easy, totally type-safe unit conversions in TypeScript & JavaScript", "keywords": [ "convert",