Skip to content

Commit

Permalink
fix: peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ludufre committed Apr 23, 2024
1 parent 6295fea commit 3c27fcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 6.0.1 (2024-04-23)


### Fixes

* Fix `peerDependencies`


# 6.0.0 (2024-04-16)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-screenshot",
"version": "6.0.0",
"version": "6.0.1",
"description": "This plugin take screenshot of the app or webpage",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~5.4.5"
},
"peerDependencies": {
"@capacitor/core": "^5.0.0"
"@capacitor/core": "^6.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down

0 comments on commit 3c27fcc

Please sign in to comment.