Skip to content

Commit

Permalink
chore(data-migration): release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-05-29)

### Features

* **data-migration:** add data migration tool ([cd3de5a](cd3de5a))
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 712dbeb commit a583294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/data-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2023-05-29)


### Features

* **data-migration:** add data migration tool ([cd3de5a](https://github.com/lucasvieirasilva/nx-plugins/commit/cd3de5a6a7f8d7f8c5fe4e31b8a7d08fdc0ff3e2))
2 changes: 1 addition & 1 deletion packages/data-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxlv/data-migration",
"description": "Nx Data Migration Tool based on TypeScript (Supported Databases: DynamoDB)",
"version": "0.0.0",
"version": "1.0.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit a583294

Please sign in to comment.