Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.8 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.8](v2.0.0-beta.7...v2.0.0-beta.8) (2022-12-26)

### Code Refactoring

* **filenames:** rename main files to make it expose an api in the future ([44fc7fc](44fc7fc))

### BREAKING CHANGES

* **filenames:** the main executable file has been renamed, index.js is now swagger-markdown.js. no
changes if used via npx (npx swagger-markdown). may not work with browser implementations tho
  • Loading branch information
syroegkin committed Dec 26, 2022
1 parent 44fc7fc commit 0332b25
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0-beta.8](https://github.com/syroegkin/swagger-markdown/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2022-12-26)


### Code Refactoring

* **filenames:** rename main files to make it expose an api in the future ([44fc7fc](https://github.com/syroegkin/swagger-markdown/commit/44fc7fcb55beafd60573cf874f7dc66c41dfde6d))


### BREAKING CHANGES

* **filenames:** the main executable file has been renamed, index.js is now swagger-markdown.js. no
changes if used via npx (npx swagger-markdown). may not work with browser implementations tho

# [2.0.0-beta.7](https://github.com/syroegkin/swagger-markdown/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2022-12-25)


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,6 +1,6 @@
{
"name": "swagger-markdown",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"description": "Create markdown API documentation from swagger file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0332b25

Please sign in to comment.