Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Jan 3, 2023
1 parent 1a1e5cc commit f9c0828
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.0"
"version": "1.1.0"
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maxijonson/phisherman-cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "Spam phishing endpoints with fake data",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@maxijonson/phisherman": "^1.0.0",
"@maxijonson/phisherman": "^1.1.0",
"chalk": "^4.1.2",
"fs-extra": "^11.1.0",
"yargs": "^17.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/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 packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maxijonson/phisherman",
"version": "1.0.0",
"version": "1.1.0",
"description": "Spam phishing endpoints with fake data",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f9c0828

Please sign in to comment.