Skip to content

Commit

Permalink
chore(data-migration): release v6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](data-migration-v5.0.0...data-migration-v6.0.0) (2024-11-20)

### Features

* add nx 20.x support ([#254](#254)) ([c41b793](c41b793)), closes [#253](#253)

### BREAKING CHANGES

* migrate nx workspace to 20.x
  • Loading branch information
semantic-release-bot committed Nov 20, 2024
1 parent c41b793 commit 3a716b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/data-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [6.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/data-migration-v5.0.0...data-migration-v6.0.0) (2024-11-20)

### Features

- add nx 20.x support ([#254](https://github.com/lucasvieirasilva/nx-plugins/issues/254)) ([c41b793](https://github.com/lucasvieirasilva/nx-plugins/commit/c41b79310565361975673f6d30014146026db5cd)), closes [#253](https://github.com/lucasvieirasilva/nx-plugins/issues/253)

### BREAKING CHANGES

- migrate nx workspace to 20.x

# [5.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/data-migration-v4.0.0...data-migration-v5.0.0) (2024-08-09)

### Features
Expand Down
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": "5.0.0",
"version": "6.0.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit 3a716b4

Please sign in to comment.