Skip to content

Commit

Permalink
Merge pull request #78 from postmanlabs/release/v0.1.8
Browse files Browse the repository at this point in the history
Release version v0.1.8
  • Loading branch information
Dhwaneet Bhatt committed Apr 17, 2023
2 parents 48e167e + 009d6c7 commit dae7368
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
32 changes: 23 additions & 9 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v0.1.8] - 2023-04-17

### Added

- GitHub Actions for Release management.
Expand All @@ -22,31 +24,43 @@
- Added support for resource types.

## Previous Releases

Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

#### v0.1.6 (Oct 15, 2020)
* Fixed type error "path must be string" when nonresolved includes are present.

- Fixed type error "path must be string" when nonresolved includes are present.

#### v0.1.5 (Jul 14, 2020)
* Update folder import flow to work in web.

- Update folder import flow to work in web.

#### v0.1.4 (April 28, 2020)
* Add a function to return meta data of a spec.

- Add a function to return meta data of a spec.

#### v0.1.3 (April 21, 2020)
* Fixed multiple responses with same code returning example with 500 code.

- Fixed multiple responses with same code returning example with 500 code.

#### v0.1.2 (March 31, 2020)
* Fixed default response body from object to null.

- Fixed default response body from object to null.

#### v0.1.1 (December 20, 2019)
* Updated flow for conversion of multiple root of document files for folder import.

- Updated flow for conversion of multiple root of document files for folder import.

#### v0.1.0 (November 29, 2019)
* npm module published

- npm module published

#### v0.0.1 (November 28, 2019)
* Base release

[Unreleased]: https://github.com/postmanlabs/raml1-to-postman/compare/0.1.7...HEAD
- Base release

[Unreleased]: https://github.com/postmanlabs/raml1-to-postman/compare/v0.1.8...HEAD

[v0.1.8]: https://github.com/postmanlabs/raml1-to-postman/compare/0.1.7...v0.1.8

[0.1.7]: https://github.com/postmanlabs/raml1-to-postman/compare/0.1.6...0.1.7
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "raml1-to-postman",
"version": "0.1.7",
"version": "0.1.8",
"description": "Converts RAML 1.0 files to postman v2 collection",
"homepage": "https://github.com/postmanlabs/raml1-to-postman",
"bugs": "https://github.com/postmanlabs/raml1-to-postman/issues",
Expand Down

0 comments on commit dae7368

Please sign in to comment.