Skip to content

Commit

Permalink
Merge branch 'release/6.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Feb 5, 2024
2 parents 9f8a3d4 + 95655e6 commit 903cc8e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
6.1.1:
date: 2024-02-05
chores:
- Updated dependencies

6.1.0:
date: 2023-12-27
new features:
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newman",
"version": "6.1.0",
"version": "6.1.1",
"description": "Command-line companion utility for Postman",
"author": "Postman Labs <[email protected]> (=)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"postman-collection": "4.3.0",
"postman-collection-transformer": "4.1.8",
"postman-request": "2.88.1-postman.33",
"postman-runtime": "7.36.1",
"postman-runtime": "7.36.3",
"pretty-ms": "7.0.1",
"semver": "7.5.4",
"serialised-error": "1.1.3",
Expand All @@ -71,7 +71,7 @@
"eslint-plugin-security": "^2.1.0",
"js-yaml": "^4.1.0",
"mocha": "^10.2.0",
"nock": "^13.4.0",
"nock": "^13.5.1",
"nyc": "^15.1.0",
"parse-gitignore": "^2.0.0",
"recursive-readdir": "^2.2.3",
Expand Down

0 comments on commit 903cc8e

Please sign in to comment.