diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2f54e6a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.0.3 + +### 🐞 Bug Fixes + +**all:** incorrect function overloads ([8fd3c41](https://github.com/PinkChampagne17/ts-nameof-proxy/commit/681222fc393d1c76f73ea2441209adb903a337a5)) diff --git a/package.json b/package.json index 90a294a..db6bfd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-nameof-proxy", - "version": "0.0.2", + "version": "0.0.3", "description": "`nameof` in TypeScript, no compiler required. Implemented using proxy with some limitations.", "keywords": [ "nameof",