Skip to content

Commit 0df3adb

Browse files
chore(release): release 2.6.0
1 parent eea0e79 commit 0df3adb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
# [2.6.0](https://github.com/sapphiredev/type/compare/v2.5.1...v2.6.0) - (2024-12-14)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Exclude node 23 for ubuntu 20.04 (incompatible) ([8f427f6](https://github.com/sapphiredev/type/commit/8f427f6be0b4871dcd06085c5a0fd56269be8211))
10+
11+
## 🚀 Features
12+
13+
- Add ubuntu 24.04 builds for aarch64 ([eea0e79](https://github.com/sapphiredev/type/commit/eea0e79fe9b6f8e5cbf439c020f7d1a15b6c2e9a))
14+
- Add node 23 prebuilts ([b633fff](https://github.com/sapphiredev/type/commit/b633fff9f1af2e798f59de298d2fd689021163f5))
15+
516
# [2.5.1](https://github.com/sapphiredev/type/compare/v2.5.0...v2.5.1) - (2024-07-11)
617

718
## 🐛 Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sapphire/type",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "A type detection utility for JavaScript",
55
"author": "@sapphire",
66
"license": "MIT",

0 commit comments

Comments
 (0)