diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index b3beeff..ca6b8ab 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -17,4 +17,5 @@ jobs: - run: npm run build - uses: JS-DevTools/npm-publish@v3 with: - token: ${{ secrets.NPM_ACCESS_TOKEN }} \ No newline at end of file + token: ${{ secrets.NPM_ACCESS_TOKEN }} + \ No newline at end of file diff --git a/package.json b/package.json index 436f5b5..9f69707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guifier", - "version": "1.0.15", + "version": "1.0.16", "type": "module", "license": "MIT", "description": "An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendly data processing and interactive visualization.",