From b9d8265d2b546e3a96c1baa0a0cdaa4f0b599701 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:36:15 -0600 Subject: [PATCH] [ci] release (#527) Co-authored-by: Matthew Volk --- .changeset/sour-crabs-lie.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sour-crabs-lie.md diff --git a/.changeset/sour-crabs-lie.md b/.changeset/sour-crabs-lie.md deleted file mode 100644 index 947c204..0000000 --- a/.changeset/sour-crabs-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bigrequest': patch ---- - -bigcommerce/docs#754, bigcommerce/docs#761, bigcommerce/docs#766, bigcommerce/docs#772, bigcommerce/docs#767, bigcommerce/docs#776, bigcommerce/docs#769, bigcommerce/docs#787, bigcommerce/docs#789, bigcommerce/docs#791, bigcommerce/docs#773, bigcommerce/docs#779 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d97c3b..a2e0222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # bigrequest +## 0.0.53 + +### Patch Changes + +- [#526](https://github.com/matthewvolk/bigrequest/pull/526) [`6e2307e`](https://github.com/matthewvolk/bigrequest/commit/6e2307e9e651c4aa95adff70778d5097dbb7bb4f) Thanks [@github-actions](https://github.com/apps/github-actions)! - bigcommerce/docs#754, bigcommerce/docs#761, bigcommerce/docs#766, bigcommerce/docs#772, bigcommerce/docs#767, bigcommerce/docs#776, bigcommerce/docs#769, bigcommerce/docs#787, bigcommerce/docs#789, bigcommerce/docs#791, bigcommerce/docs#773, bigcommerce/docs#779 + ## 0.0.52 ### Patch Changes diff --git a/package.json b/package.json index a390bc7..568f1a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigrequest", - "version": "0.0.52", + "version": "0.0.53", "description": "A typesafe, servelerless-friendly Node.js HTTP request client for the BigCommerce API", "author": "Matthew Volk", "license": "MIT",