diff --git a/package.json b/package.json index 789cdd0..5f3838f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.0.9", + "version": "1.1.0", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/library.ts b/src/library.ts index 81749dd..9c4d8f4 100644 --- a/src/library.ts +++ b/src/library.ts @@ -73,6 +73,7 @@ import { getPersonNumber, personFromVerbBlockPos, getVerbBlockPosFromPerson, + personIsPlural, } from "./lib/misc-helpers"; import { simplifyPhonetics, @@ -124,6 +125,7 @@ export { hasAccents, getEnglishWord, getVerbBlockPosFromPerson, + personIsPlural, // protobuf helpers readDictionary, writeDictionary,