Skip to content

Commit

Permalink
chore: release master (#3)
Browse files Browse the repository at this point in the history
🤖 An automated release was created
---


<details><summary>utils-fetch-helper: 1.0.0</summary>

## 1.0.0 (2024-05-08)


### Features

* **fetch-helper:** 🎉 create fetch-helper
([0958b9d](0958b9d))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 8, 2024
1 parent 0958b9d commit 070cc43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"packages/map-value-range": "2.2.2",
"packages/number2hex": "2.2.2",
"packages/string-compression": "2.3.0",
"packages/throttle": "2.2.2"
"packages/throttle": "2.2.2",
"packages/fetch-helper": "1.0.0"
}
8 changes: 8 additions & 0 deletions packages/fetch-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-05-08)


### Features

* **fetch-helper:** :tada: create fetch-helper ([0958b9d](https://github.com/TomKopp/utils/commit/0958b9ddfa0f7fe53fcdab756c5ec43fcaabbaf6))
2 changes: 1 addition & 1 deletion packages/fetch-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-fetch-helper",
"version": "0.0.0",
"version": "1.0.0",
"description": "Collection of helper functions for fetch",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 070cc43

Please sign in to comment.