diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index ba1cf70adb..566790fce3 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: jacogr/action-approve@795afd1dd096a2071d7ec98740661af4e853b7da with: - authors: jacogr + authors: jacogr, TarikGul labels: -auto token: ${{ secrets.GH_PAT_BOT }} diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b1a4f8bb10..c1a7cc929f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,6 +11,7 @@ 2 Andrew Minor typo fixes (#247) 2 JesseAbram Hashing (#93) 2 Ronny Roeller Fix typos (#156) + 2 Tarik Gul ci: add user (TarikGul) to auto-approve (#467) 2 Vadim add search plugin; update docs; (#310) 2 Viki Val Updated documentation to docs in RegistryError (#188) 1 Anastasia Update api.query.other.md (#347) @@ -57,7 +58,6 @@ 1 Spaceforce Change order of params to match example (#90) 1 Stéphane P Fix doc typo (#300) 1 sulaman Update simple-connect.md (#464) - 1 Tarik Gul docs: update create-type md for clearer instructions (#455) 1 Wil Wade Small fixes for cookbook (#302) 1 yaohsin Update verify-signature.md (#198) 1 Zoheb Salam Update Readme with `keysAt()` and `entriesAt()` (#218) \ No newline at end of file diff --git a/package.json b/package.json index 734c19b8b0..cc8dc126fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-js", - "version": "0.0.283", + "version": "0.0.284", "engine-strict": true, "engines": { "node": ">=18.14" @@ -46,7 +46,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0" }, "versions": { - "git": "0.0.283", - "npm": "0.0.283" + "git": "0.0.284", + "npm": "0.0.284" } }