Skip to content

Commit

Permalink
chore: v4.0.0 (#133)
Browse files Browse the repository at this point in the history
This release removes the CLI tool used to create new userscripts. It shouldn't be breaking for existing userscripts, unless they `import … from "userscripter/bootstrap/…"` (which has never been intended to work; see #108) or run `userscripter init` for whatever reason.

## Migration guide

Any invocations of `userscripter init` need to be replaced with a `tiged` command; see `README.md`.
  • Loading branch information
SimonAlling authored Jul 19, 2024
1 parent 69e3eed commit 8f2bb44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "userscripter",
"version": "3.2.0",
"version": "4.0.0",
"description": "Create userscripts in a breeze!",
"keywords": [
"userscript",
Expand Down

0 comments on commit 8f2bb44

Please sign in to comment.