Skip to content

Commit 4a0b836

Browse files
committed
chore(release): release 2.4.0
1 parent f90d731 commit 4a0b836

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
# [2.4.0](https://github.com/sapphiredev/type/compare/v2.3.0...v2.4.0) - (2023-04-23)
6+
7+
## 🐛 Bug Fixes
8+
9+
- **ci:** Include `build-from-source` step in x86-64 build (#430) ([2d44dfc](https://github.com/sapphiredev/type/commit/2d44dfc16350ec931c2c708557fd80fce3cafa36))
10+
11+
## 🚀 Features
12+
13+
- Add prebuilts for NodeJS v20 (and drop prebuilts for 12, 14, 15, and 17) (#452) ([5ac4c42](https://github.com/sapphiredev/type/commit/5ac4c4202b3edcda62c95567e107a19dde5b8ed2))
14+
515
# [2.3.0](https://github.com/sapphiredev/type/compare/v2.2.6...v2.3.0) - (2022-12-18)
616

717
## 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sapphire/type",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A type detection utility for JavaScript",
55
"author": "@sapphire",
66
"license": "MIT",

0 commit comments

Comments
 (0)