diff --git a/CHANGELOG.md b/CHANGELOG.md index 158047d..ba56667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.23.4](https://github.com/microlinkhq/react-json-view/compare/v1.23.3...v1.23.4) (2024-10-25) + ### [1.23.3](https://github.com/microlinkhq/react-json-view/compare/v1.23.2...v1.23.3) (2024-09-27) diff --git a/package.json b/package.json index f1d0ced..042b19a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/react-json-view", "description": "Interactive react component for displaying javascript arrays and JSON objects.", "homepage": "https://github.com/microlinkhq/react-json-view", - "version": "1.23.3", + "version": "1.23.4", "main": "dist/main.js", "author": { "name": "Mac Gainor" @@ -266,8 +266,8 @@ "dev": "NODE_ENV=development webpack serve --config webpack/webpack.config-dev.js --open", "docs:build": "NODE_ENV=production webpack --node-env production --config webpack/webpack.config-docs.js --progress", "docs:dev": "tinyrun 'npm run docs:dev:watch' 'npm run docs:dev:browserync'", - "docs:dev:watch": "npm run docs:build -- --watch", "docs:dev:browserync": "browser-sync start --serveStatic docs/ --server --files 'index.html, **/*.(css|js|md)'", + "docs:dev:watch": "npm run docs:build -- --watch", "lint": "standard", "modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer", "modules:tree": "webpack --config webpack/webpack.config.js --json ", @@ -310,13 +310,13 @@ "pre-commit": "npx nano-staged" }, "standard": { - "ignore": [ - "demo/dist", - "dev-server" - ], "globals": [ "describe", "it" + ], + "ignore": [ + "demo/dist", + "dev-server" ] } }