Skip to content

Commit

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

### Bug Fixes

* **util:** fix changelog ([5cfa899](5cfa899))

### Features

* **data-migration:** add data migration tool ([cd3de5a](cd3de5a))
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 3ba0e2e commit 712dbeb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v1.0.0...util-v1.1.0) (2023-05-29)

### Bug Fixes

- **util:** fix changelog ([5cfa899](https://github.com/lucasvieirasilva/nx-plugins/commit/5cfa8993c0133be625d02c96b661016277af6c9a))

### Features

- **data-migration:** add data migration tool ([cd3de5a](https://github.com/lucasvieirasilva/nx-plugins/commit/cd3de5a6a7f8d7f8c5fe4e31b8a7d08fdc0ff3e2))

# 1.0.0 (2023-05-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxlv/util",
"description": "Shared utilities for @nxlv packages",
"version": "1.0.0",
"version": "1.1.0",
"main": "src/index.js",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 712dbeb

Please sign in to comment.