From dd1519088b87a6cc6883a9883d9c48da2bee1502 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 22 May 2022 17:15:24 +0200 Subject: [PATCH] Release npm package 7.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1526610..523f7639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwired/turbo-rails", - "version": "7.1.1", + "version": "7.1.2", "description": "The speed of a single-page web application without having to write any JavaScript", "module": "app/javascript/turbo/index.js", "main": "app/assets/javascripts/turbo.js",