Skip to content

Commit

Permalink
[CI Skip] release/stable 0.21.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Apr 22, 2023
1 parent 3bed796 commit adec0b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
627 Frank Update all.json (#3283)
605 Mich Block 6 scam URLs (#3284)
579 Tim Janssen Update all.json (#3277)
525 Jaco Bump TypeScript (#3237)
526 Jaco 0.21.1 (#3285)
424 mhusnirizal Update all.json (#3281)
96 michalisFr Added 0 new domains (#2338)
31 Bill Laboon Add allinone-services.net (#1727)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.0",
"version": "0.21.1",
"versions": {
"git": "0.20.6-55-x",
"npm": "0.20.5"
"git": "0.21.1",
"npm": "0.21.1"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/phishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/polkadot-js/phishing/issues",
"description": "Simple phishing scripts from a central source",
"engines": {
"node": ">=14"
"node": ">=16"
},
"homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.21.0",
"version": "0.21.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-55-x' };
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.1' };

0 comments on commit adec0b6

Please sign in to comment.