diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8849453..505df39 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,3 +11,4 @@ jobs: secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT: ${{ secrets.CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT }} + diff --git a/package.json b/package.json index d64c02c..8872fba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/header", - "version": "2.8.1", + "version": "2.8.2", "keywords": [ "codex editor", "header", @@ -15,7 +15,7 @@ ], "main": "./dist/header.umd.js", "module": "./dist/header.mjs", - "types": "dist/index.d.ts", + "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/header.mjs",