Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](v1.4.4...v2.0.0-beta.1) (2022-05-22)

### Bug Fixes

* **argparse:** fix argparse to respect the recent version ([2b71a91](2b71a91))
* fix export name ([180485a](180485a))
* include files with types ([391dbc7](391dbc7))
* markdownlint is in use ([da46f0a](da46f0a))
* **references:** fix partialr dereference ([f1bcc7f](f1bcc7f))

### Features

* add ts-node ([0b12ae3](0b12ae3))
* contact -> typescript ([9426bc5](9426bc5))
* make examples to typescript ([856f4d4](856f4d4))
* **typescript:** turn it to ts ([8d51e84](8d51e84))
* **version:** detect document version ([a1087a7](a1087a7))

### BREAKING CHANGES

* **version:** It won't process document with newer syntax, it requires now to have the document
version specified
* **typescript:** start to rewrite code to ts so it will be maintainable
  • Loading branch information
syroegkin committed May 22, 2022
1 parent 03603bb commit de26349
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [2.0.0-beta.1](https://github.com/syroegkin/swagger-markdown/compare/v1.4.4...v2.0.0-beta.1) (2022-05-22)


### Bug Fixes

* **argparse:** fix argparse to respect the recent version ([2b71a91](https://github.com/syroegkin/swagger-markdown/commit/2b71a91814309d66b049e94d929e9a381bfed93a))
* fix export name ([180485a](https://github.com/syroegkin/swagger-markdown/commit/180485a9841a77852b44bc5bf41ffc9d00637580))
* include files with types ([391dbc7](https://github.com/syroegkin/swagger-markdown/commit/391dbc792be2a14498154d96ebb440638c6ad808))
* markdownlint is in use ([da46f0a](https://github.com/syroegkin/swagger-markdown/commit/da46f0a881a5fbb2bb81c3b09ef92673ff27159f))
* **references:** fix partialr dereference ([f1bcc7f](https://github.com/syroegkin/swagger-markdown/commit/f1bcc7f6cb2b65f9a3a335c15647409fa0f80883))


### Features

* add ts-node ([0b12ae3](https://github.com/syroegkin/swagger-markdown/commit/0b12ae37c5083af805369bcaf68cc1c60170c16a))
* contact -> typescript ([9426bc5](https://github.com/syroegkin/swagger-markdown/commit/9426bc5311cdfa2d23b135dbbbd7f41a03c224a8))
* make examples to typescript ([856f4d4](https://github.com/syroegkin/swagger-markdown/commit/856f4d4dbc0b259a2151bc012279e2eaae84fd37))
* **typescript:** turn it to ts ([8d51e84](https://github.com/syroegkin/swagger-markdown/commit/8d51e8433b253850b786f81fff14ae2a46659b3b))
* **version:** detect document version ([a1087a7](https://github.com/syroegkin/swagger-markdown/commit/a1087a7c825db76ea4df345b44058a2a84475fdf))


### BREAKING CHANGES

* **version:** It won't process document with newer syntax, it requires now to have the document
version specified
* **typescript:** start to rewrite code to ts so it will be maintainable

## [1.4.4](https://github.com/syroegkin/swagger-markdown/compare/v1.4.3...v1.4.4) (2021-11-07)


Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-markdown",
"version": "1.4.4",
"version": "2.0.0-beta.1",
"description": "Create markdown API documentation from swagger file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit de26349

Please sign in to comment.