Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-12-22)

### Bug Fixes

* add examples to MediaTypeStruct ([1eee799](1eee799))
* examples object structure for value property, tests ([453e6f6](453e6f6))
* lint errors, no-mixed-operators, no-trailing-spaces ([27ac251](27ac251))
* linting errors :( ([a5baf6a](a5baf6a))
* **parse:** solve remote and circular references ([0391803](0391803))
* test for invalid schema in examples ([525672c](525672c))
* **Validation:** Schema validator now accepts OpenAPI formats ([1128a05](1128a05)), closes [jormaechea#19](https://github.com/sngular/open-api-mocker/issues/19)

### Features

* add prefer example implementation ([02ecd77](02ecd77))
* add support to schema format ([fefe0a5](fefe0a5))
* Allow custom servers to be injected. ([b909180](b909180))
  • Loading branch information
semantic-release-bot committed Dec 22, 2023
1 parent fefe0a5 commit 8397912
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 1.0.0 (2023-12-22)


### Bug Fixes

* add examples to MediaTypeStruct ([1eee799](https://github.com/sngular/open-api-mocker/commit/1eee799272ea66af4f437e510e584d74c946372e))
* examples object structure for value property, tests ([453e6f6](https://github.com/sngular/open-api-mocker/commit/453e6f61b5496ba08305ecc99ce843510908c401))
* lint errors, no-mixed-operators, no-trailing-spaces ([27ac251](https://github.com/sngular/open-api-mocker/commit/27ac25197327f29de2077f1a3b2f43e47b1a285d))
* linting errors :( ([a5baf6a](https://github.com/sngular/open-api-mocker/commit/a5baf6a38c3eae66fd9586e1c36c44ec5fd3d3d0))
* **parse:** solve remote and circular references ([0391803](https://github.com/sngular/open-api-mocker/commit/0391803dd865cf6e03a9c7928a343a41b898e71f))
* test for invalid schema in examples ([525672c](https://github.com/sngular/open-api-mocker/commit/525672cca36b019792f91368c2d7dfff15574436))
* **Validation:** Schema validator now accepts OpenAPI formats ([1128a05](https://github.com/sngular/open-api-mocker/commit/1128a0549c1c696fdc91f9f1b47e7ad47bf19b7e)), closes [#19](https://github.com/sngular/open-api-mocker/issues/19)


### Features

* add prefer example implementation ([02ecd77](https://github.com/sngular/open-api-mocker/commit/02ecd77668290848e0a6b35d6e275fab4743f703))
* add support to schema format ([fefe0a5](https://github.com/sngular/open-api-mocker/commit/fefe0a5b271df93674a536fd3c67360fc341a5d9))
* Allow custom servers to be injected. ([b909180](https://github.com/sngular/open-api-mocker/commit/b909180496741e2723e8aef26387e03034f241e7))

# Changelog
All notable changes to this project will be documented in this file.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sngular/open-api-mocker",
"version": "0.0.0",
"version": "1.0.0",
"description": "A mock server based in Open API Specification",
"main": "lib/open-api-mocker.js",
"bin": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"url": "https://github.com/sngular/open-api-mocker/issues"
},
"homepage": "https://github.com/sngular/open-api-mocker#readme",
"publishConfig": {
"access": "public"
}
"publishConfig": {
"access": "public"
}
}

0 comments on commit 8397912

Please sign in to comment.