Skip to content

Commit

Permalink
Merge pull request #18 from Sv443-Network/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 authored Sep 12, 2023
2 parents 0d9d434 + 17b344e commit 868959f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-starfishes-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-garlics-impress.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sv443-network/userutils

## 1.1.0

### Minor Changes

- db5cded: Added `isScrollable()` to check whether an element has a horizontal or vertical scroll bar

### Patch Changes

- 9e26464: Replaced most occurrences of `HTMLElement` in the docs with `Element` for better compatibility

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sv443-network/userutils",
"version": "1.0.0",
"version": "1.1.0",
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 868959f

Please sign in to comment.