Skip to content

Commit

Permalink
chore(upgrade-verify): version bump just to fix published package
Browse files Browse the repository at this point in the history
  • Loading branch information
ziacik-resco committed Jul 24, 2023
1 parent 09bc255 commit 1555b90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/upgrade-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4] - 2023-07-24

### Fixed

- Package exports error fixed.

## [0.0.3] - 2023-07-23

### Fixed
Expand All @@ -20,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- READMEs updated and props added to package.json.
- A _Package subpath './package.json' is not defined by "exports"_ error hopefully fixed.

[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.3...HEAD
[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.4...HEAD
[0.0.4]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.3...upgrade-verify-0.0.4
[0.0.3]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.2...upgrade-verify-0.0.3
[0.0.2]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.1...upgrade-verify-0.0.2
[0.0.1]: https://github.com/ziacik/nx-tools/releases/tag/upgrade-verify-0.0.1
2 changes: 1 addition & 1 deletion packages/upgrade-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ziacik/upgrade-verify",
"version": "0.0.3",
"version": "0.0.4",
"type": "commonjs",
"executors": "./executors.json",
"keywords": [
Expand Down

0 comments on commit 1555b90

Please sign in to comment.