Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
build: 15.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 3, 2022
1 parent 83b3fe2 commit 3e61bf4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 15.0.0 (2022-09-13)

* feat: adding a new `metrics-enabled` extension (#104) ([9b75601](https://github.com/readmeio/oas-extensions/commit/9b75601)), closes [#104](https://github.com/readmeio/oas-extensions/issues/104)
* feat: adding an optional `install` property to the code samples extension (#105) ([757de13](https://github.com/readmeio/oas-extensions/commit/757de13)), closes [#105](https://github.com/readmeio/oas-extensions/issues/105)
* chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2 (#99) ([27a903c](https://github.com/readmeio/oas-extensions/commit/27a903c)), closes [#99](https://github.com/readmeio/oas-extensions/issues/99)
* chore(deps-dev): bump @commitlint/config-conventional (#98) ([348dee4](https://github.com/readmeio/oas-extensions/commit/348dee4)), closes [#98](https://github.com/readmeio/oas-extensions/issues/98)
* chore(deps-dev): bump @readme/eslint-config from 9.0.0 to 10.1.0 (#103) ([b032951](https://github.com/readmeio/oas-extensions/commit/b032951)), closes [#103](https://github.com/readmeio/oas-extensions/issues/103)
* chore(deps-dev): bump @types/chai from 4.3.1 to 4.3.3 (#102) ([c2fe205](https://github.com/readmeio/oas-extensions/commit/c2fe205)), closes [#102](https://github.com/readmeio/oas-extensions/issues/102)
* chore(deps-dev): bump eslint from 8.21.0 to 8.23.0 (#101) ([7688cdf](https://github.com/readmeio/oas-extensions/commit/7688cdf)), closes [#101](https://github.com/readmeio/oas-extensions/issues/101)
* chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 (#100) ([8177e4c](https://github.com/readmeio/oas-extensions/commit/8177e4c)), closes [#100](https://github.com/readmeio/oas-extensions/issues/100)
* chore(deps-dev): bumping dev deps ([8e45308](https://github.com/readmeio/oas-extensions/commit/8e45308))
* fix: ci ([34603a7](https://github.com/readmeio/oas-extensions/commit/34603a7))



## 14.4.0 (2022-08-01)

* fix: shipping TS types in `dist/` instead of in `@types/` ([bc36e60](https://github.com/readmeio/oas-extensions/commit/bc36e60))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/oas-extensions",
"description": "A list of extensions that ReadMe has added to extend the OpenAPI Specification",
"version": "14.4.0",
"version": "15.0.0",
"author": "Jon Ursenbach <[email protected]>",
"license": "ISC",
"main": "dist/index.js",
Expand Down

0 comments on commit 3e61bf4

Please sign in to comment.