Skip to content

Commit

Permalink
Bumped version to v0.2.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chehsunliu authored Nov 26, 2024
1 parent 8284275 commit 65dd2e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions 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/seeder-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chehsunliu/seeder-dynamodb",
"version": "0.1.0",
"version": "0.2.0",
"description": "The DynamoDB implementation for Seeder.js",
"author": "Che-Hsun Liu <chehsunliu@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/seeder-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chehsunliu/seeder-mysql",
"version": "0.1.0",
"version": "0.2.0",
"description": "The MySQL implementation for Seeder.js",
"author": "Che-Hsun Liu <chehsunliu@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/seeder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chehsunliu/seeder",
"version": "0.1.0",
"version": "0.2.0",
"description": "A Node.js library for data seeding, making data preparation for integration testing easier",
"author": "Che-Hsun Liu <chehsunliu@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 65dd2e3

Please sign in to comment.