Skip to content

Commit

Permalink
Merge pull request #877 from steveukx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
steveukx committed Jan 16, 2023
2 parents 12b8fc3 + 1a12952 commit d716d32
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-cobras-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-bikes-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-and-gold.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/test-utils/CHANGELOG.md
@@ -1,5 +1,14 @@
# @simple-git/test-utils

## 4.0.0

### Patch Changes

- Updated dependencies [ec97a39]
- Updated dependencies [97fde2c]
- Updated dependencies [0a623e5]
- simple-git@3.16.0

## 3.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
@@ -1,8 +1,8 @@
{
"name": "@simple-git/test-utils",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"peerDependencies": {
"simple-git": "^3.15.0"
"simple-git": "^3.16.0"
}
}
11 changes: 11 additions & 0 deletions simple-git/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change History & Release Notes

## 3.16.0

### Minor Changes

- 97fde2c: Support the use of `-B` in place of the default `-b` in checkout methods
- 0a623e5: Adds vulnerability detection to prevent use of `--upload-pack` and `--receive-pack` without explicitly opting in.

### Patch Changes

- ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to @stsewd for the suggestion.

## 3.15.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions simple-git/package.json
@@ -1,7 +1,7 @@
{
"name": "simple-git",
"description": "Simple GIT interface for node.js",
"version": "3.15.1",
"version": "3.16.0",
"author": "Steve King <steve@mydev.co>",
"contributors": [
{
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@kwsites/promise-result": "^1.1.0",
"@simple-git/babel-config": "^1.0.0",
"@simple-git/test-utils": "^3.0.0",
"@simple-git/test-utils": "^4.0.0",
"@types/debug": "^4.1.5",
"@types/jest": "^29.2.2",
"@types/node": "^16",
Expand Down

0 comments on commit d716d32

Please sign in to comment.