From 31a34a5cc3813620850601a13b36e1ff27585289 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:47:40 -0800 Subject: [PATCH] chore(main): release 10.0.0 (#354) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf3642..63cb7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [10.0.0](https://github.com/googleapis/teeny-request/compare/v9.0.0...v10.0.0) (2025-02-15) + + +### ⚠ BREAKING CHANGES + +* upgrade to Node 18 ([#353](https://github.com/googleapis/teeny-request/issues/353)) + +### Miscellaneous Chores + +* Upgrade to Node 18 ([#353](https://github.com/googleapis/teeny-request/issues/353)) ([4a5c834](https://github.com/googleapis/teeny-request/commit/4a5c834451a5649f68301385356677d8b3809054)) + ## [9.0.0](https://github.com/googleapis/teeny-request/compare/v8.0.3...v9.0.0) (2023-07-20) diff --git a/package.json b/package.json index 8ba4a31..56644b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teeny-request", - "version": "9.0.0", + "version": "10.0.0", "description": "Like request, but smaller.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts",