Skip to content

Commit 52da19a

Browse files
chore(main): release 5.4.0 (#680)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12c58fc commit 52da19a

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.4.0](https://github.com/jonahsnider/convert/compare/v5.3.0...v5.4.0) (2024-09-11)
4+
5+
6+
### Features
7+
8+
* **energy:** update "best" array to use SI prefixed units ([#679](https://github.com/jonahsnider/convert/issues/679)) ([994fca7](https://github.com/jonahsnider/convert/commit/994fca792c1f34af61fbb45d338f2e1196e1d422))
9+
310
## [5.3.0](https://github.com/jonahsnider/convert/compare/v5.2.0...v5.3.0) (2024-06-04)
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.3.0",
3+
"version": "5.4.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)