Skip to content

Commit

Permalink
chore(version) bump 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ataromoku committed Jun 25, 2024
1 parent d8f8184 commit 2737ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-valence-ui-iframe",
"version": "4.1.0",
"version": "4.2.0",
"description": "An iframe wrapper which provides callbacks for when the iframe has loaded and callbacks providing the size of the iframe's contents if we can figure them out",
"main": "src/react-valence-ui-iframe.js",
"scripts": {
"test:unit": "jest --coverage",
"lint": "eslint src",
"clean": "rimraf coverage",
"clean-modules": "rimraf node_modules",
"clean-modules": "rimraf node_modules",
"test": "npm run lint && npm run test:unit"
},
"keywords": [
Expand Down

0 comments on commit 2737ab8

Please sign in to comment.