diff --git a/.changeset/hot-lobsters-allow.md b/.changeset/hot-lobsters-allow.md deleted file mode 100644 index c119c35..0000000 --- a/.changeset/hot-lobsters-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inversifyjs/strongly-typed": patch ---- - -Fixed types to allow use of generic helper functions diff --git a/packages/container/libraries/strongly-typed/CHANGELOG.md b/packages/container/libraries/strongly-typed/CHANGELOG.md index 11e131d..81c70ff 100644 --- a/packages/container/libraries/strongly-typed/CHANGELOG.md +++ b/packages/container/libraries/strongly-typed/CHANGELOG.md @@ -1,5 +1,11 @@ # @inversifyjs/strongly-typed +## 1.2.2 + +### Patch Changes + +- 1564a20: Fixed types to allow use of generic helper functions + ## 1.2.1 ### Patch Changes diff --git a/packages/container/libraries/strongly-typed/package.json b/packages/container/libraries/strongly-typed/package.json index 66b06c9..d3c216c 100644 --- a/packages/container/libraries/strongly-typed/package.json +++ b/packages/container/libraries/strongly-typed/package.json @@ -71,5 +71,5 @@ "test:unit:js": "pnpm run test:js --selectProjects Unit" }, "sideEffects": false, - "version": "1.2.1" + "version": "1.2.2" }