diff --git a/changelog/0.34.0.md b/changelog/0.34.0.md index ba102d5..6423ef0 100644 --- a/changelog/0.34.0.md +++ b/changelog/0.34.0.md @@ -3,7 +3,9 @@ --- ### Revision Updates -- [Revision 0.34.42](https://github.com/sinclairzx81/typebox/pull/1310) +- [Revision 0.34.43](https://github.com/sinclairzx81/typebox-legacy/pull/1) + - Configure Package Homepage to refer to TypeBox Legacy Repository. +- [Revision 0.34.42](https://github.com/sinclairzx81/typebox-legacy) - Enable Forward Type Inference Compatibility with TypeBox V1 - [Revision 0.34.41](https://github.com/sinclairzx81/typebox/pull/1310) - Disable Node10 Module Resolution | TS7 Deprecation Warning. diff --git a/package.json b/package.json index 0169a94..8df985a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sinclair/typebox", - "version": "0.34.42", + "version": "0.34.43", "description": "Json Schema Type Builder with Static Type Resolution for TypeScript", "keywords": [ "typescript", @@ -10,6 +10,7 @@ ], "author": "sinclairzx81", "license": "MIT", + "homepage": "https://github.com/sinclairzx81/typebox-legacy", "repository": { "type": "git", "url": "https://github.com/sinclairzx81/typebox-legacy"