diff --git a/CHANGELOG.md b/CHANGELOG.md index e924179..3c90c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project does its best to adhere to [Semantic Versioning](http://semver.org/). +-------- +### [0.22.0](N/A) - 2022-01-02 +#### Changed +* Update to TypeScript 4.4 + + -------- ### [0.21.2](N/A) - 2021-08-11 #### Added diff --git a/package.json b/package.json index 484300b..4521075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-mortar", - "version": "0.21.2", + "version": "0.22.0", "description": "TypeScript utility similar to lodash/underscore, focused on array: add, remove, search, filter; string: is, contains, modification; and object: values, clone, hasProps, getProps, extend, map, toArray.", "author": "TeamworkGuy2", "homepage": "https://github.com/TeamworkGuy2/ts-mortar", @@ -15,7 +15,7 @@ "@types/mocha": "~5.2.7", "chai": "~4.2.0", "mocha": "~5.2.0", - "typescript": "~4.3.2" + "typescript": "~4.4.4" }, "scripts": { "test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",