Skip to content

Commit

Permalink
Release version 1.1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Oct 15, 2023
1 parent 88b3c28 commit 15c2702
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion cli/new/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repodog",
"version": "1.1.13",
"version": "1.1.14",
"author": "Dylan Aubrey",
"private": true,
"type": "module",
Expand Down Expand Up @@ -93,4 +93,4 @@
"syncpack": "^9.8.6",
"typescript": "^5.0.3"
}
}
}

0 comments on commit 15c2702

Please sign in to comment.