diff --git a/CHANGELOG.md b/CHANGELOG.md index cf91716..ec9e9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [@sapphire/type@2.2.1](https://github.com/sapphiredev/type/compare/v2.2.0...@sapphire/type@2.2.1) - (2022-04-26) + +## Bug Fixes + +- Configure prebuilts for Node 17 and Node 18 ([ec2e873](https://github.com/sapphiredev/type/commit/ec2e8733446e3fbb2af7231fb26a467be7f6591b)) + ## [2.2.0](https://github.com/sapphiredev/type/compare/v2.1.2...v2.2.0) (2022-03-06) diff --git a/package.json b/package.json index cadee44..dc4bb87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/type", - "version": "2.2.0", + "version": "2.2.1", "description": "A type detection utility for JavaScript", "author": "@sapphire", "license": "MIT",