Skip to content

Commit

Permalink
chore(util): release v2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](util-v2.0.0...util-v2.0.1) (2023-11-03)

### Bug Fixes

* **util:** add tslib explicitly to package dependencies using caret ([218e5da](218e5da))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent 218e5da commit 81a9080
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.1](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v2.0.0...util-v2.0.1) (2023-11-03)

### Bug Fixes

- **util:** add tslib explicitly to package dependencies using caret ([218e5da](https://github.com/lucasvieirasilva/nx-plugins/commit/218e5daacb82e19b58dce5818f81bed7c06ae94c))

# [2.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v1.1.0...util-v2.0.0) (2023-06-18)

### Features
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": "2.0.0",
"version": "2.0.1",
"main": "src/index.js",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 81a9080

Please sign in to comment.