diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c71ddda..34c56fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v1.36.3 + +[compare changes](https://github.com/ashgw/ts-roids/compare/v1.36.1...v1.36.3) + +### 📖 Documentation + +- Fix typos ([8f8dc49](https://github.com/ashgw/ts-roids/commit/8f8dc49)) +- Update the old domain with the new one ([9e60656](https://github.com/ashgw/ts-roids/commit/9e60656)) + +### ❤️ Contributors + +- AshGw + ## v1.36.1 [compare changes](https://github.com/ashgw/ts-roids/compare/v1.36.0...v1.36.1) diff --git a/__pycache__/replace.cpython-311.pyc b/__pycache__/replace.cpython-311.pyc deleted file mode 100644 index d42c602a..00000000 Binary files a/__pycache__/replace.cpython-311.pyc and /dev/null differ diff --git a/package.json b/package.json index 1f7dd69f..24e79615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-roids", - "version": "1.36.1", + "version": "1.36.3", "private": false, "description": "Bullet-proof TS even more", "keywords": [ diff --git a/src/types.ts b/src/types.ts index f00402b5..77c480e5 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1987,5 +1987,3 @@ export type DeepNotRequired = T extends UnknownFunction : { [K in Keys]+?: IfExtends, T[K]>; }; - -