Skip to content

Commit fb4f6a3

Browse files
chore(main): release 5.6.1 (#710)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a4e9c5 commit fb4f6a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.6.1](https://github.com/jonahsnider/convert/compare/v5.6.0...v5.6.1) (2024-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **area:** fix acres being treated as larger than square miles ([b57f18e](https://github.com/jonahsnider/convert/commit/b57f18efae41df609891ae38b0e8d48ad027a529)), closes [#709](https://github.com/jonahsnider/convert/issues/709)
9+
310
## [5.6.0](https://github.com/jonahsnider/convert/compare/v5.5.1...v5.6.0) (2024-10-27)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convert",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"description": "The smallest & fastest library for really easy, totally type-safe unit conversions in TypeScript & JavaScript",
55
"keywords": [
66
"convert",

0 commit comments

Comments
 (0)