Skip to content

Commit 0de054e

Browse files
committed
Prepare release v1.0.0
1 parent eb6671b commit 0de054e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v1.0.0] - 2025-03-10
6+
57
## [v0.4.0] - 2024-07-10
68

79
### Chore
@@ -77,7 +79,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
7779

7880
- Base release
7981

80-
[Unreleased]: https://github.com/postmanlabs/raml1-to-postman/compare/v0.4.0...HEAD
82+
[Unreleased]: https://github.com/postmanlabs/raml1-to-postman/compare/v1.0.0...HEAD
83+
84+
[v1.0.0]: https://github.com/postmanlabs/raml1-to-postman/compare/v0.4.0...v1.0.0
8185

8286
[v0.4.0]: https://github.com/postmanlabs/raml1-to-postman/compare/v0.3.0...v0.4.0
8387

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raml1-to-postman",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "Converts RAML 1.0 files to postman v2 collection",
55
"homepage": "https://github.com/postmanlabs/raml1-to-postman",
66
"bugs": "https://github.com/postmanlabs/raml1-to-postman/issues",

0 commit comments

Comments
 (0)