Skip to content

Commit 016ea82

Browse files
committed
- Prepare new version
1 parent b2d8096 commit 016ea82

File tree

3 files changed

+137
-237
lines changed

3 files changed

+137
-237
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.16.0] - 2021-01-25
5+
### Added
6+
- Added option to set the indentation (spaces and tabs)
7+
- Added option to export separate client file that allows usage for multiple backends
8+
### Fixed
9+
- Decoupled OpenAPI object from requests
10+
- Updated dependencies
11+
412
## [0.15.0] - 2021-01-24
513
### Added
614
- Added change log and releases on GitHub

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"@types/express": "4.17.13",
8080
"@types/glob": "7.2.0",
8181
"@types/jest": "27.4.0",
82-
"@types/node": "17.0.10",
82+
"@types/node": "17.0.12",
8383
"@types/qs": "6.9.7",
84-
"@typescript-eslint/eslint-plugin": "5.10.0",
85-
"@typescript-eslint/parser": "5.10.0",
84+
"@typescript-eslint/eslint-plugin": "5.10.1",
85+
"@typescript-eslint/parser": "5.10.1",
8686
"codecov": "3.8.3",
8787
"eslint": "8.7.0",
8888
"eslint-config-prettier": "8.3.0",
@@ -93,10 +93,10 @@
9393
"jest": "27.4.7",
9494
"jest-cli": "27.4.7",
9595
"prettier": "2.5.1",
96-
"puppeteer": "13.1.1",
96+
"puppeteer": "13.1.2",
9797
"qs": "6.10.3",
9898
"rimraf": "^3.0.2",
99-
"rollup": "2.66.0",
99+
"rollup": "2.66.1",
100100
"rollup-plugin-node-externals": "3.1.2",
101101
"rollup-plugin-terser": "7.0.2",
102102
"ts-node": "10.4.0",

0 commit comments

Comments
 (0)