From 15c2702decff00f4423edb063731dc3bbaf3cf59 Mon Sep 17 00:00:00 2001 From: Dylan Aubrey Date: Sun, 15 Oct 2023 23:30:30 +0100 Subject: [PATCH] Release version 1.1.14. --- CHANGELOG.md | 6 ++++++ cli/core/package.json | 2 +- cli/new/package.json | 2 +- configs/jest-config/package.json | 2 +- package.json | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9d1792..3deb8ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 1.1.13 (2023-10-15) + +##### New Features + +* add fetch polyfil to jest setup (88b3c287) + #### 1.1.12 (2023-10-12) ##### New Features diff --git a/cli/core/package.json b/cli/core/package.json index 496e21ea..f7f84df1 100644 --- a/cli/core/package.json +++ b/cli/core/package.json @@ -1,7 +1,7 @@ { "name": "@repodog/cli", "description": "The RepoDog cli module.", - "version": "1.1.8", + "version": "1.1.9", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/repodog", diff --git a/cli/new/package.json b/cli/new/package.json index a9a124ff..c73c1e73 100644 --- a/cli/new/package.json +++ b/cli/new/package.json @@ -1,7 +1,7 @@ { "name": "@repodog/cli-new", "description": "The RepoDog cli new module.", - "version": "1.1.8", + "version": "1.1.9", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/repodog", diff --git a/configs/jest-config/package.json b/configs/jest-config/package.json index 122c78b8..c40c93f8 100644 --- a/configs/jest-config/package.json +++ b/configs/jest-config/package.json @@ -1,7 +1,7 @@ { "name": "@repodog/jest-config", "description": "The RepoDog Jest config module.", - "version": "1.1.7", + "version": "1.1.8", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/repodog", diff --git a/package.json b/package.json index a5e332f0..8194ad2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repodog", - "version": "1.1.13", + "version": "1.1.14", "author": "Dylan Aubrey", "private": true, "type": "module", @@ -93,4 +93,4 @@ "syncpack": "^9.8.6", "typescript": "^5.0.3" } -} +} \ No newline at end of file