diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c85f09..6654929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.1.14514 + +**breaking changes:** + +- deprecate type `CallBackForPropertyAccess` +- only a Typescript declaration file index.d.ts right now + +**features:** + +- add type `NameSelector` +- add functions `unstable_nameOf`, `unstable_pathsOf` and `unstable_separatedPathsOf` + ## 0.1.0 ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 1599073..a799ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-nameof-proxy", - "version": "0.1.0", + "version": "0.1.14514", "description": "`nameof` in TypeScript, no compiler required. Implemented using proxy with some limitations.", "keywords": [ "nameof",