Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider authored Feb 19, 2024
1 parent 219c571 commit ceb3ab1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [5.0.0](https://github.com/jonahsnider/convert/compare/v4.14.1...v5.0.0) (2024-02-19)


### ⚠ BREAKING CHANGES

* Exported types have changed, some have been removed. Some supported units were also removed.

### Features

* refactor for simplicity ([#647](https://github.com/jonahsnider/convert/issues/647)) ([e3757ae](https://github.com/jonahsnider/convert/commit/e3757ae32fdf99c11b44b517752856f3f9b52b8e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert",
"version": "0.0.0-development",
"version": "5.0.0",
"description": "The smallest & fastest library for really easy, totally type-safe unit conversions in TypeScript & JavaScript",
"keywords": [
"convert",
Expand Down

0 comments on commit ceb3ab1

Please sign in to comment.