Skip to content

Commit

Permalink
Bump version to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Apr 13, 2020
1 parent d09d7b3 commit fac096a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cli/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 cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongo-seeding-cli",
"description": "The ultimate command line tool for populating your MongoDB database.",
"version": "3.4.0",
"version": "3.4.1",
"license": "MIT",
"keywords": [
"mongo",
Expand Down Expand Up @@ -68,7 +68,7 @@
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"extend": "^3.0.2",
"mongo-seeding": "^3.4.0",
"mongo-seeding": "^3.4.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
Expand Down
2 changes: 1 addition & 1 deletion core/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 core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bugs": {
"url": "https://github.com/pkosiec/mongo-seeding/issues"
},
"version": "3.4.0",
"version": "3.4.1",
"main": "dist/index.js",
"files": [
"dist/"
Expand Down
8 changes: 2 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"version": "3.4.0",
"packages": [
"cli",
"core",
"docker-image/test/tester"
],
"version": "3.4.1",
"packages": ["cli", "core", "docker-image/test/tester"],
"command": {
"publish": {
"message": "Bump version to %s"
Expand Down

0 comments on commit fac096a

Please sign in to comment.