Skip to content

Commit ceb3ab1

Browse files
authored
chore(main): release 5.0.0 (#648)
1 parent 219c571 commit ceb3ab1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [5.0.0](https://github.com/jonahsnider/convert/compare/v4.14.1...v5.0.0) (2024-02-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Exported types have changed, some have been removed. Some supported units were also removed.
9+
10+
### Features
11+
12+
* refactor for simplicity ([#647](https://github.com/jonahsnider/convert/issues/647)) ([e3757ae](https://github.com/jonahsnider/convert/commit/e3757ae32fdf99c11b44b517752856f3f9b52b8e))

package.json

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