Skip to content

Commit

Permalink
fix: export browserIsSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Jan 13, 2025
1 parent 4d45ab5 commit 9fb4d03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.2 (2025-01-13)

- Fix: export `browserIsSupported`.

## 0.7.1 (2025-01-13)

- Fix: export `browserIsSupported`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slipmatio/toolbelt",
"type": "module",
"version": "0.7.1",
"version": "0.7.2",
"main": "dist/toolbelt.js",
"module": "dist/toolbelt.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/toolbelt.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { copyToClipboard, getCookie, storageAvailable } from './browser'
export { browserIsSupported, copyToClipboard, getCookie, storageAvailable } from './browser'

0 comments on commit 9fb4d03

Please sign in to comment.