Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxb committed May 18, 2023
1 parent b5bf69a commit f90d9b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog


## v0.0.2


### 🩹 Fixes

- **.eslintignore): add README.md to ignored files ✨ feat(README.md): add FAQ section to answer common questions about the package πŸ› fix(package.json:** Correct typo in homepage field The .eslintignore file has been updated to include README.md, which was previously not ignored. The README.md file has been updated to include a FAQ section to answer common questions about the package. A typo in the homepage field of package.json has been corrected. ([b5bf69a](https://github.com/nyxblabs/fetchwizard/commit/b5bf69a))

### 🏑 Chore

- **package.json): fix typo in dependency name and update version ✨ feat(base.ts): add fetch and error exports to base module πŸŽ‰ feat(error.ts): add FetchError and createFetchError functions πŸŽ‰ feat(fetch.ts): add createFetch function and related types πŸŽ‰ feat(index.ts): add fetchwizard and $fetch exports πŸŽ‰ feat(node.ts:** Add createNodeFetch function and related exports The changes include fixing a typo in a dependency name in package.json and updating its version. In base.ts, fetch and error exports were added to the base module. In error.ts, FetchError and createFetchError functions were added. In fetch.ts, createFetch function and related types were added. In index.ts, fetchwizard and $fetch exports were added. In node.ts, createNodeFetch function and related exports were added. ([33c5db3](https://github.com/nyxblabs/fetchwizard/commit/33c5db3))
- **.eslintrc): disable @next/next/no-html-link-for-pages rule and set React version to 18 πŸ”§ chore(package.json): update earlist package to version 0.0.3 πŸ”§ chore(package.json): remove nyxr build from prepack script πŸ”§ chore(test/index.test.ts:** Update dependencies and fix imports The changes made in this commit are mostly related to updating dependencies and fixing some minor issues. The @next/next/no-html-link-for-pages rule was disabled in the .eslintrc file, and the React version was set to 18. The earlist package was updated to version 0.0.3. The nyxr build command was removed from the prepack script in package.json. In test/index.test.ts, dependencies were updated, and imports were fixed. ([fd5a575](https://github.com/nyxblabs/fetchwizard/commit/fd5a575))

### 🎨 Styles

- **cover-github-fetchwizard.png:** Add cover image for GitHub FetchWizard The commit adds a new cover image for the GitHub FetchWizard project. ([54f4d66](https://github.com/nyxblabs/fetchwizard/commit/54f4d66))

### ❀️ Contributors

- Nyxb <contact@nyxb.xyz>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchwizard",
"version": "0.0.1",
"version": "0.0.2",
"description": "Experience an upgraded fetch API 🌐. Operates seamlessly on node, browsers, and workers πŸ’»πŸŒπŸ› οΈ.",
"author": "Dennis Ollhoff <contact@nyxb.xyz>",
"license": "MIT",
Expand Down Expand Up @@ -71,4 +71,4 @@
"node.d.ts"
],
"keywords": []
}
}

0 comments on commit f90d9b1

Please sign in to comment.