@readme/oas-extensions
Advanced tools
Comparing version 13.6.1 to 13.7.0
@@ -0,1 +1,33 @@ | ||
## 13.7.0 (2021-10-28) | ||
* chore: removing .github and .husky from the npm pkg ([7a0b618](https://github.com/readmeio/oas-extensions/commit/7a0b618)) | ||
* chore(deps-dev): bump @commitlint/cli from 13.1.0 to 13.2.0 (#13) ([94f31e9](https://github.com/readmeio/oas-extensions/commit/94f31e9)), closes [#13](https://github.com/readmeio/oas-extensions/issues/13) | ||
* chore(deps-dev): bump @commitlint/config-conventional (#14) ([2a9b7d1](https://github.com/readmeio/oas-extensions/commit/2a9b7d1)), closes [#14](https://github.com/readmeio/oas-extensions/issues/14) | ||
* chore(deps-dev): bump jest from 27.0.6 to 27.1.0 (#9) ([b5f26bc](https://github.com/readmeio/oas-extensions/commit/b5f26bc)), closes [#9](https://github.com/readmeio/oas-extensions/issues/9) | ||
* chore(deps-dev): bump jest from 27.2.0 to 27.2.4 (#12) ([c671809](https://github.com/readmeio/oas-extensions/commit/c671809)), closes [#12](https://github.com/readmeio/oas-extensions/issues/12) | ||
* chore(deps-dev): bump oas from 14.3.1 to 14.4.0 (#10) ([9e77804](https://github.com/readmeio/oas-extensions/commit/9e77804)), closes [#10](https://github.com/readmeio/oas-extensions/issues/10) | ||
* chore(deps-dev): bumping dev deps ([4654384](https://github.com/readmeio/oas-extensions/commit/4654384)) | ||
* chore(deps-dev): removing conventional-changelog-cli in favor of npx ([0c6d50a](https://github.com/readmeio/oas-extensions/commit/0c6d50a)) | ||
* chore(deps-dev): upgrading dev dependencies ([5566d67](https://github.com/readmeio/oas-extensions/commit/5566d67)) | ||
* chore(deps-dev): upgrading oas to v16 ([88e57a6](https://github.com/readmeio/oas-extensions/commit/88e57a6)) | ||
* chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#11) ([620c3e5](https://github.com/readmeio/oas-extensions/commit/620c3e5)), closes [#11](https://github.com/readmeio/oas-extensions/issues/11) | ||
* docs: adding a code of conduct ([65d1690](https://github.com/readmeio/oas-extensions/commit/65d1690)) | ||
* docs: adding a security policy ([82b97cc](https://github.com/readmeio/oas-extensions/commit/82b97cc)) | ||
* build: 13.6.2 release ([70d627a](https://github.com/readmeio/oas-extensions/commit/70d627a)) | ||
* ci: setting up codeql ([fbe73b1](https://github.com/readmeio/oas-extensions/commit/fbe73b1)) | ||
## <small>13.6.2 (2021-09-16)</small> | ||
* ci: setting up codeql ([fbe73b1](https://github.com/readmeio/oas-extensions/commit/fbe73b1)) | ||
* chore: removing .github and .husky from the npm pkg ([7a0b618](https://github.com/readmeio/oas-extensions/commit/7a0b618)) | ||
* chore(deps-dev): bump jest from 27.0.6 to 27.1.0 (#9) ([b5f26bc](https://github.com/readmeio/oas-extensions/commit/b5f26bc)), closes [#9](https://github.com/readmeio/oas-extensions/issues/9) | ||
* chore(deps-dev): bump oas from 14.3.1 to 14.4.0 (#10) ([9e77804](https://github.com/readmeio/oas-extensions/commit/9e77804)), closes [#10](https://github.com/readmeio/oas-extensions/issues/10) | ||
* chore(deps-dev): bumping dev deps ([4654384](https://github.com/readmeio/oas-extensions/commit/4654384)) | ||
* chore(deps-dev): removing conventional-changelog-cli in favor of npx ([0c6d50a](https://github.com/readmeio/oas-extensions/commit/0c6d50a)) | ||
* docs: adding a security policy ([82b97cc](https://github.com/readmeio/oas-extensions/commit/82b97cc)) | ||
## <small>13.6.1 (2021-08-26)</small> | ||
@@ -2,0 +34,0 @@ |
{ | ||
"name": "@readme/oas-extensions", | ||
"description": "A list of extensions that ReadMe has added to extend the OAS spec", | ||
"version": "13.6.1", | ||
"description": "A list of extensions that ReadMe has added to extend the OpenAPI Specification", | ||
"version": "13.7.0", | ||
"author": "Jon Ursenbach <jon@readme.io>", | ||
@@ -20,16 +20,15 @@ "license": "ISC", | ||
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"", | ||
"release": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md", | ||
"release": "npx conventional-changelog-cli -i CHANGELOG.md -s && git add CHANGELOG.md", | ||
"test": "jest --coverage" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@readme/eslint-config": "^6.0.0", | ||
"@readme/oas-examples": "^4.2.0", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"@commitlint/cli": "^13.2.1", | ||
"@commitlint/config-conventional": "^13.2.0", | ||
"@readme/eslint-config": "^7.2.2", | ||
"@readme/oas-examples": "^4.3.2", | ||
"eslint": "^7.32.0", | ||
"husky": "^7.0.1", | ||
"jest": "^27.0.6", | ||
"oas": "^14.0.0", | ||
"prettier": "^2.3.2" | ||
"husky": "^7.0.4", | ||
"jest": "^27.3.1", | ||
"oas": "^16.0.0", | ||
"prettier": "^2.4.1" | ||
}, | ||
@@ -36,0 +35,0 @@ "prettier": "@readme/eslint-config/prettier", |
# @readme/oas-extensions | ||
A list of extensions that ReadMe has added to extend the OAS spec. | ||
A list of extensions that ReadMe has added to extend the OpenAPI Specification. | ||
@@ -5,0 +5,0 @@ https://docs.readme.com/docs/openapi-extensions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16514
9
7