Skip to content

Commit

Permalink
Release 6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchernev committed Mar 7, 2021
1 parent 6f0d934 commit ff80f64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 309 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## Change Log

### v6.0.7 (2021/03/01 15:19 +00:00)
### v6.0.9 (2021/03/07 10:34 +00:00)

- [#256](https://github.com/Surnet/swagger-jsdoc/pull/256) fix(anchors): applied a fix for anchors living in seperate files with… (#256) (@goldsziggy)

### v7.0.0-rc.4 (2021/03/01 16:00 +00:00)

- [15bce04](https://github.com/Surnet/swagger-jsdoc/commit/15bce0415b4dfff7ca21d8931b5498e71a9013ff) correction: v6.0.8 (@kalinchernev)

### v6.0.8 (2021/03/01 15:20 +00:00)

- [fc3d62c](https://github.com/Surnet/swagger-jsdoc/commit/fc3d62c61a266b879fd8ab1531f77634645f0247) v6.0.7 (@kalinchernev)
- [#253](https://github.com/Surnet/swagger-jsdoc/pull/253) fix(specification): apply fix for multiple anchors (#253) (@goldsziggy)

### v7.0.0-rc.3 (2021/02/26 14:33 +00:00)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swagger-jsdoc",
"description": "Generates swagger doc based on JSDoc",
"version": "6.0.8",
"version": "6.0.9",
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -19,7 +19,6 @@
"dependencies": {
"commander": "6.2.0",
"doctrine": "3.0.0",
"github-changes": "^2.0.2",
"glob": "7.1.6",
"lodash.mergewith": "^4.6.2",
"swagger-parser": "10.0.2",
Expand Down
Loading

0 comments on commit ff80f64

Please sign in to comment.