Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#9)
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 248e5a8 commit 90a453a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* recursive call to `getRandomValues` ([248e5a8](https://github.com/sanity-io/get-random-values-esm/commit/248e5a80fdfd3252aa4a087c8f52984800228481))

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

### Bug Fixes
Expand Down
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.1",
"version": "1.0.2",
"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 90a453a

Please sign in to comment.