Skip to content

Commit

Permalink
chore(cli): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](unquill-cli-v1.0.2...unquill-cli-v1.0.3) (2023-11-02)

### Bug Fixes

* update package.json version on release ([#1](#1)) ([9f66599](9f66599))
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent 9df6842 commit 2b397d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/rpidanny/unquill/compare/unquill-cli-v1.0.2...unquill-cli-v1.0.3) (2023-11-02)


### Bug Fixes

* update package.json version on release ([#1](https://github.com/rpidanny/unquill/issues/1)) ([9f66599](https://github.com/rpidanny/unquill/commit/9f66599d6e9d88f33310796180174781f4b807c8))

## [1.0.2](https://github.com/rpidanny/unquill/compare/unquill-cli-v1.0.1...unquill-cli-v1.0.2) (2023-10-30)

## [1.0.1](https://github.com/rpidanny/unquill/compare/unquill-cli-v1.0.0...unquill-cli-v1.0.1) (2023-10-30)
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpidanny/unquill-cli",
"version": "0.0.1",
"version": "1.0.3",
"dependencies": {
"commander": "^11.1.0",
"@rpidanny/unquill-core": "*",
Expand All @@ -26,4 +26,4 @@
"dx",
"local-development"
]
}
}

0 comments on commit 2b397d9

Please sign in to comment.