Skip to content

Commit a07bafc

Browse files
chore(main): release 5.2.0 (#661)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fe413e commit a07bafc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [5.2.0](https://github.com/jonahsnider/convert/compare/v5.1.0...v5.2.0) (2024-04-28)
4+
5+
6+
### Features
7+
8+
* support "m" as an alias for minutes ([067a398](https://github.com/jonahsnider/convert/commit/067a398a6f41045586a2d11b95494cd0b5050421)), closes [#659](https://github.com/jonahsnider/convert/issues/659)
9+
310
## [5.1.0](https://github.com/jonahsnider/convert/compare/v5.0.0...v5.1.0) (2024-04-24)
411

512

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convert",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "The smallest & fastest library for really easy, totally type-safe unit conversions in TypeScript & JavaScript",
55
"keywords": [
66
"convert",
@@ -46,7 +46,14 @@
4646
"browser": "./dist/index.mjs",
4747
"react-native": "./dist/index.js",
4848
"typings": "./dist/index.d.ts",
49-
"files": ["dist/", "!dist/typings", "!dist/src", "!dist/test", "!dist/scripts", "!dist/rollup.config.js"],
49+
"files": [
50+
"dist/",
51+
"!dist/typings",
52+
"!dist/src",
53+
"!dist/test",
54+
"!dist/scripts",
55+
"!dist/rollup.config.js"
56+
],
5057
"devDependencies": {
5158
"@babel/core": "7.24.4",
5259
"@babel/preset-env": "7.24.4",

0 commit comments

Comments
 (0)