Skip to content

Commit

Permalink
0.22.0 - Update to TypeScript 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamworkGuy2 committed Jan 2, 2022
1 parent 8754f5d commit 3a9563e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3a9563e

Please sign in to comment.