Skip to content

Commit 5dd5809

Browse files
chore(main): release 5.3.0 (#666)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 775d3c1 commit 5dd5809

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.3.0](https://github.com/jonahsnider/convert/compare/v5.2.0...v5.3.0) (2024-06-04)
4+
5+
6+
### Features
7+
8+
* add a space separating quantity from unit when converting best conversion to string ([775d3c1](https://github.com/jonahsnider/convert/commit/775d3c169b5dfdfbd82815ec752d450045e35ce8)), closes [#665](https://github.com/jonahsnider/convert/issues/665)
9+
* support spaces between quantity and unit in convertMany() and ms() ([8f7eb2d](https://github.com/jonahsnider/convert/commit/8f7eb2deb47c00c2b2b7a119b051f34581c93fb0))
10+
311
## [5.2.0](https://github.com/jonahsnider/convert/compare/v5.1.0...v5.2.0) (2024-04-28)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convert",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
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)