From 22fd88a47cfa5d0ed11c8cda13ee8250ff23749b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Oct 2022 10:04:38 +0200 Subject: [PATCH] Turbo 7.2.4 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f57618da6..d21c284a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwired/turbo", - "version": "7.2.3", + "version": "7.2.4", "description": "The speed of a single-page web application without having to write any JavaScript", "module": "dist/turbo.es2017-esm.js", "main": "dist/turbo.es2017-umd.js", @@ -64,8 +64,7 @@ "test:browser": "playwright test", "test:unit": "NODE_OPTIONS=--inspect node src/tests/runner.js", "test:unit:win": "SET NODE_OPTIONS=--inspect & node src/tests/runner.js", - "prerelease": "yarn build && git --no-pager diff && echo && npm pack --dry-run && echo && read -n 1 -p \"Look OK? Press any key to publish and commit v$npm_package_version\" && echo", - "release": "npm publish && git commit -am \"$npm_package_name v$npm_package_version\" && git push", + "release": "yarn build && npm publish", "lint": "eslint . --ext .ts" }, "engines": {