Skip to content

Commit 0f8b971

Browse files
author
Olavo Parno
committed
chore(release): 2.0.4
1 parent 785c4d3 commit 0f8b971

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.4](https://github.com/the-bugging/react-use-scripts/compare/v2.0.3...v2.0.4) (2025-06-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **useScript:** Prevent infinite loops caused by unstable props ([27e1711](https://github.com/the-bugging/react-use-scripts/commit/27e171196197a4651c600c9e320bcf1c43dc7cfc))
11+
512
### [2.0.3](https://github.com/the-bugging/react-use-scripts/compare/v2.0.2...v2.0.3) (2023-02-27)
613

714
### [2.0.3](https://github.com/the-bugging/react-use-scripts/compare/v2.0.2...v2.0.3) (2023-02-27)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-scripts",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Appends script tags to the document as functions or components with ease",
55
"author": "Olavo Parno",
66
"license": "MIT",
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
"peerDependencies": {
50-
"react": "^17.0.2 || ^18.0.0 || ^19.0.0"
50+
"react": "^17.0.2 || ^18.0.0 || ^19.0.0"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "^7.17.4",

0 commit comments

Comments
 (0)