diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f79b3..1ee8d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.3](https://github.com/MutterPedro/easy-api-doc/compare/v0.1.2...v0.1.3) (2021-04-17) + ### [0.1.2](https://github.com/MutterPedro/easy-api-doc/compare/v0.1.1...v0.1.2) (2021-04-10) ### Features diff --git a/package-lock.json b/package-lock.json index 0439002..f7e5365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "easy-api-doc", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f0b2a7..dcf1300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-api-doc", - "version": "0.1.2", + "version": "0.1.3", "description": "Good, updated, and easy OpenAPI documentation for free and for all!", "main": "dist/index.js", "scripts": {