From e526f456320b147bfd1d6f6a6da55a8934e49e11 Mon Sep 17 00:00:00 2001 From: Bill D Date: Sun, 14 Mar 2021 19:23:55 +0400 Subject: [PATCH] change in diff --- .github/workflows/publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 86963ca..1262e88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,7 @@ jobs: id: check uses: EndBug/version-check@v1 with: + diff-search: true token: ${{ secrets.GITHUB_TOKEN }} - name: Publish when version changed if: steps.check.outputs.changed == 'true' diff --git a/package.json b/package.json index 57b1ce5..ea5d078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.2.3", + "version": "0.2.4", "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",