summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Buckley-Houston <tom@tombh.co.uk>2024-01-29 15:49:43 -0300
committerThomas Buckley-Houston <tom@tombh.co.uk>2024-01-29 15:57:44 -0300
commitcb3ddd533fcdaa5c4caf87154a5b627b26d38ae7 (patch)
treee8208bce6c1afaa2fd331cec7e20fdbd435b8242
parent200aec095dbbf41f243e69e52601a45c789dce74 (diff)
build: release v1.8.3HEADv1.8.3master
* Bump fast-json-patch and web-ext in /webext by @dependabot in https://github.com/browsh-org/browsh/pull/461 * Bump loader-utils from 2.0.2 to 2.0.4 in /webext by @dependabot in https://github.com/browsh-org/browsh/pull/453 * remove unnecessary RUN command by @lpmi-13 in https://github.com/browsh-org/browsh/pull/466 * Bump http-cache-semantics from 4.1.0 to 4.1.1 in /webext by @dependabot in https://github.com/browsh-org/browsh/pull/467 * fix: Golang install: use "amd64" for "x86_64" by @tombh in https://github.com/browsh-org/browsh/pull/463 * feat: Use log/slog for logging to file or stdout by @ananthb in https://github.com/browsh-org/browsh/pull/493 * feat: Structured log messages by @ananthb in https://github.com/browsh-org/browsh/pull/494 * chore: Clean up SETUP guides by @ananthb in https://github.com/browsh-org/browsh/pull/495 * chore: Remove manual install steps by @ananthb in https://github.com/browsh-org/browsh/pull/496 * fix: If debug is false discard logs by @ananthb in https://github.com/browsh-org/browsh/pull/497 * [Fix] Firefox inspecting logic on Windows by @Dragon1573 in https://github.com/browsh-org/browsh/pull/502 * feat: Add json schema (#505) by @Freed-Wu in https://github.com/browsh-org/browsh/pull/510 * @lpmi-13 made their first contribution in https://github.com/browsh-org/browsh/pull/466 * @ananthb made their first contribution in https://github.com/browsh-org/browsh/pull/493 * @Dragon1573 made their first contribution in https://github.com/browsh-org/browsh/pull/502 * @Freed-Wu made their first contribution in https://github.com/browsh-org/browsh/pull/510
-rw-r--r--interfacer/src/browsh/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfacer/src/browsh/version.go b/interfacer/src/browsh/version.go
index 8372644..bcfab01 100644
--- a/interfacer/src/browsh/version.go
+++ b/interfacer/src/browsh/version.go
@@ -1,3 +1,3 @@
package browsh
-var browshVersion = "1.8.2"
+var browshVersion = "1.8.3"