Skip to content

Commit 2cc40f7

Browse files
authored
Merge pull request #742 from postmanlabs/release/v1.10.1
Release version v1.10.1
2 parents 4f83936 + 4dcbead commit 2cc40f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [v1.10.0] - 2024-05-02
5+
## [v1.10.1] - 2024-05-06
66

77
### Fixed
88

@@ -155,7 +155,7 @@ v1.0.0 (May 29, 2020)
155155

156156
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.0...HEAD
157157

158-
[v1.10.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.9.0...v1.10.0
158+
[v1.10.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.9.0...v1.10.0
159159

160160
[v1.9.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.8.0...v1.9.0
161161

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-code-generators",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Generates code snippets for a postman collection",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)