Skip to content

Commit

Permalink
chore(release): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Apr 23, 2024
1 parent cb36635 commit 916106f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

All notable changes to this project will be documented in this file.

# [2.0.0](https://github.com/RealShadowNova/better-serialize/compare/v1.0.0...v2.0.0) - (2024-04-23)

## 🚀 Features

- Update Node to v20 ([4fa98ea](https://github.com/RealShadowNova/better-serialize/commit/4fa98eae1f571f1de84cd84605d1a0235fff7044))
- 💥 **BREAKING CHANGE:** Drop support for Node.js v16 and v18

- **Serialize:** Add information to errors for tracing data types ([e5dc61c](https://github.com/RealShadowNova/better-serialize/commit/e5dc61c083c6c610af52a03425f720f7b5025da3))

# [1.0.0](https://github.com/RealShadowNova/better-serialize/tree/v1.0.0) - (2023-02-28)

## 🚀 Features

- Add `better-serialize` ([dca5e54](https://github.com/RealShadowNova/better-serialize/commit/dca5e541d3c32ea57921c4c5ef77dcf80e9fcb97))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-serialize",
"version": "1.0.0",
"version": "2.0.0",
"description": "A better way to serialize",
"author": "Hezekiah Hendry <hezekiah.hendry@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 916106f

Please sign in to comment.