Skip to content

Commit

Permalink
[fix] remove upper limit for node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
akxcv committed Aug 4, 2023
1 parent 6ce0687 commit 12ca580
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.1] - 2023-08-04

- Lifted node.js upper version limit (only useful for running tests).

## [0.2.0] - 2023-08-04

- Rewritten to TypeScript.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@umbrellio/typecheck",
"description": "Simple, strict, extensible runtime type checker for JavaScript",
"version": "0.2.0",
"version": "0.2.1",
"author": "Alexander Komarov <ak@akxcv.com>",
"repository": "umbrellio/typecheck",
"license": "MIT",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=14.16 <=18"
"node": ">=14.16"
},
"files": [
"dist"
Expand Down

0 comments on commit 12ca580

Please sign in to comment.