Skip to content

Commit 743bbc8

Browse files
authored
Merge pull request #62 from freakyfelt/release-please--branches--main--components--cli
chore(main): release cli 1.0.1
2 parents fba9226 + 6c6c671 commit 743bbc8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"packages/cli":"1.0.1"}

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/freakyfelt/yet-another-json-rpc/compare/[email protected]) (2023-07-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** drop redundant package-lock.json ([980ca8a](https://github.com/freakyfelt/yet-another-json-rpc/commit/980ca8ab5a0554bfd48d03e6e7107a9538904af6))
9+
310
## 1.0.0 (2023-06-19)
411

512

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakyfelt/yarpc-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Yet Another RPC framework CLI",
55
"keywords": [],
66
"author": {

0 commit comments

Comments
 (0)