Skip to content

Commit 610be5c

Browse files
chore(main): release 2.0.0 (#573)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bba1c7c commit 610be5c

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/freakyfelt/yet-another-json-rpc/compare/v1.0.0...v2.0.0) (2025-06-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* (deps) increase minimum supported version to Node v20.17.0 ([#572](https://github.com/freakyfelt/yet-another-json-rpc/issues/572))
9+
10+
### Bug Fixes
11+
12+
* (deps) increase minimum supported version to Node v20.17.0 ([#572](https://github.com/freakyfelt/yet-another-json-rpc/issues/572)) ([bba1c7c](https://github.com/freakyfelt/yet-another-json-rpc/commit/bba1c7c4bab85854a7d2aa5f65f2f2305f2ed138))
13+
* **deps:** bump pino from 9.5.0 to 9.6.0 ([#497](https://github.com/freakyfelt/yet-another-json-rpc/issues/497)) ([75b3fd3](https://github.com/freakyfelt/yet-another-json-rpc/commit/75b3fd331c6d56d110d69b640cc5988f6780ec05))
14+
* **deps:** bump pino from 9.6.0 to 9.7.0 ([#560](https://github.com/freakyfelt/yet-another-json-rpc/issues/560)) ([2a206e1](https://github.com/freakyfelt/yet-another-json-rpc/commit/2a206e1ebcebeeda11679a2b11ac09c45712fa7d))
15+
* **deps:** bump yaml from 2.6.0 to 2.6.1 ([#480](https://github.com/freakyfelt/yet-another-json-rpc/issues/480)) ([e643b7c](https://github.com/freakyfelt/yet-another-json-rpc/commit/e643b7c3d8306062db1556ca64efdf6131ecaeaa))
16+
* **deps:** bump yaml from 2.6.1 to 2.7.0 ([#502](https://github.com/freakyfelt/yet-another-json-rpc/issues/502)) ([11228a6](https://github.com/freakyfelt/yet-another-json-rpc/commit/11228a6e2168a69ad0ba50dccdd322b2624ccb52))
17+
* **deps:** bump yaml from 2.7.0 to 2.7.1 ([#538](https://github.com/freakyfelt/yet-another-json-rpc/issues/538)) ([8617246](https://github.com/freakyfelt/yet-another-json-rpc/commit/8617246fb271071ca4845f410fc95248ea89e38d))
18+
* **deps:** bump yaml from 2.7.1 to 2.8.0 ([#557](https://github.com/freakyfelt/yet-another-json-rpc/issues/557)) ([cf34a95](https://github.com/freakyfelt/yet-another-json-rpc/commit/cf34a950ac47dfe512dcb056e6c4602bebdf267b))
19+
320
## 1.0.0 (2024-02-24)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.0.0",
44
"description": "Yet Another JSON RPC CLI",
55
"keywords": [],
66
"author": {

0 commit comments

Comments
 (0)