Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
ci: Release scripts [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.10](v1.4.9...v1.4.10) (2023-03-28)

### Bug Fixes

* **connected-users:** better user link handling ([e8b1d2f](e8b1d2f))
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 1dfe6ad commit c541b04
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions dist/bookmark-users.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Bookmark Users
// @description Shows what user bookmarked a question. Fetches the bookmarking users from the StackExchange data explorer (data can be up to a week old)
// @version 1.4.9
// @version 1.4.10
// @author Martijn Pieters
// @homepage https://github.com/mjpieters/SO-userscripts/tree/main/scripts/bookmark-users
// @supportURL https://github.com/mjpieters/SO-userscripts/issues?q=is:issue+is%3Aopen+label:bookmark-users
Expand All @@ -12,9 +12,9 @@
// @match http*://*.mathoverflow.net/questions/*
// @match http*://*.stackexchange.com/questions/*
// @connect data.stackexchange.com
// @downloadURL https://github.com/mjpieters/SO-userscripts/raw/main/dist/bookmark-users.user.js
// @downloadURL https://github.com/mjpieters/SO-userscripts/releases/latest/download/bookmark-users.user.js
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
// @namespace https://github.com/mjpieters/SO-userscripts
// @updateURL https://github.com/mjpieters/SO-userscripts/raw/main/dist/bookmark-users.meta.js
// @updateURL https://github.com/mjpieters/SO-userscripts/releases/latest/download/bookmark-users.meta.js
// ==/UserScript==
Loading

0 comments on commit c541b04

Please sign in to comment.