Skip to content

Commit

Permalink
Release version 1.1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Oct 15, 2023
1 parent ba2aab8 commit 2b93f10
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.15 (2023-10-15)

##### New Features

* use library to load package json from npm reg (ba2aab8a)

#### 1.1.14 (2023-10-15)

##### Chores
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.10",
"version": "1.1.11",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/repodog",
Expand Down
2 changes: 1 addition & 1 deletion cli/postinstall/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@repodog/cli-postinstall",
"description": "The RepoDog cli postinstall module.",
"version": "0.1.8",
"version": "0.1.9",
"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.15",
"version": "1.1.16",
"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 2b93f10

Please sign in to comment.