Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Feb 14, 2024
1 parent a28ae07 commit fcd8a33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.0.1](https://github.com/sanity-io/get-random-values-esm/compare/v1.0.0...v1.0.1) (2024-02-14)


### Bug Fixes

* try global `crypto` if no `window` is defined in ESM module ([#2](https://github.com/sanity-io/get-random-values-esm/issues/2)) ([a28ae07](https://github.com/sanity-io/get-random-values-esm/commit/a28ae077edb877be0cbb2f18680e7c35838f9ad9))
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": "get-random-values-esm",
"version": "1.0.0",
"version": "1.0.1",
"description": "A wrapper that rebundles [`get-random-values`](https://www.npmjs.com/package/get-random-values) into ESM, so you can use it in your `vite`, `skypack`, or wherever you need ESM.",
"keywords": [
"crypto",
Expand Down

0 comments on commit fcd8a33

Please sign in to comment.