Skip to content

Commit

Permalink
Release v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Nov 5, 2023
1 parent d24f441 commit 01f8c4a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.1 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.2.2 ~~ 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.1 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.2.2 ~~ https://fetch-json.js.org ~~ MIT License

const fetchJson = {
version: '3.2.1',
version: '3.2.2',
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.1 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.2.2 ~~ https://fetch-json.js.org ~~ MIT License

const fetchJson = {
version: '3.2.1',
version: '3.2.2',
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.

4 changes: 2 additions & 2 deletions dist/fetch-json.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! fetch-json v3.2.1 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.2.2 ~~ https://fetch-json.js.org ~~ MIT License

(function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
Expand All @@ -13,7 +13,7 @@
Object.defineProperty(exports, "__esModule", { value: true });
exports.FetchJson = exports.fetchJson = void 0;
const fetchJson = {
version: '3.2.1',
version: '3.2.2',
baseOptions: {},
getBaseOptions() {
return this.baseOptions;
Expand Down
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.1",
"version": "3.2.2",
"license": "MIT",
"type": "module",
"module": "dist/fetch-json.js",
Expand Down
2 changes: 1 addition & 1 deletion task-runner.sh.command
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ releaseInstructions() {
echo "When ready to do the next release:"
echo
echo " === Increment version ==="
echo " Edit pacakge.json to bump $version to next version number"
echo " Edit package.json to bump $version to next version number"
echo " $projectHome/package.json"
}
nextActionCommitTagPub() {
Expand Down

0 comments on commit 01f8c4a

Please sign in to comment.