Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 25, 2024
1 parent 365fe36 commit 90ff0a5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/fetch-json.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! fetch-json v3.2.3 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.3.0 ~~ https://fetch-json.js.org ~~ MIT License

export type Json = string | number | boolean | null | undefined | JsonObject | Json[];
export type JsonObject = {
Expand Down
4 changes: 2 additions & 2 deletions dist/fetch-json.dev.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! fetch-json v3.2.3 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.3.0 ~~ https://fetch-json.js.org ~~ MIT License

const fetchJson = {
version: '3.2.3',
version: '3.3.0',
baseOptions: {},
getBaseOptions() {
return this.baseOptions;
Expand Down
4 changes: 2 additions & 2 deletions dist/fetch-json.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! fetch-json v3.2.3 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.3.0 ~~ https://fetch-json.js.org ~~ MIT License

const fetchJson = {
version: '3.2.3',
version: '3.3.0',
baseOptions: {},
getBaseOptions() {
return this.baseOptions;
Expand Down
4 changes: 2 additions & 2 deletions dist/fetch-json.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fetch-json",
"description": "A wrapper around Fetch just for JSON",
"version": "3.2.3",
"version": "3.3.0",
"license": "MIT",
"type": "module",
"module": "dist/fetch-json.js",
Expand Down

0 comments on commit 90ff0a5

Please sign in to comment.