Skip to content

Commit 6935317

Browse files
committed
chore(release): 3.1.1
Signed-off-by: Vojtech Masek <[email protected]>
1 parent 27e853a commit 6935317

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22

33
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.
44

5+
6+
<a name="3.1.1"></a>
7+
# [3.2.0](https://github.com/flowup/api-client-generator/compare/''3.1.0...3.1.1) (2018-06-01)
8+
9+
10+
### Bug Fixes
11+
12+
* **api-client:** http options without headers and params constructing (AOT compatible) ([eca03c3](https://github.com/flowup/api-client-generator/commit/eca03c3)), closes [#47](https://github.com/flowup/api-client-generator/issues/47)
13+
* **api-client:** possibly undefined http options params and headers ([539ba46](https://github.com/flowup/api-client-generator/commit/539ba46))
14+
* **models:** model no longer stripped from the name of file if explicitly named that way ([dfdf90d](https://github.com/flowup/api-client-generator/commit/dfdf90d)), closes [#49](https://github.com/flowup/api-client-generator/issues/49)
15+
16+
17+
518
<a name="3.1.0"></a>
6-
# [3.1.0](https://github.com/flowup/api-client-generator/compare/3.0.3...3.1.0) (2018-05-07)
19+
# [3.1.0](https://github.com/flowup/api-client-generator/compare/3.0.3...''3.1.0) (2018-05-07)
720

821

922
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-client-generator",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Angular REST API client generator from Swagger YAML or JSON file with camel case settigs",
55
"homepage": "https://github.com/flowup/api-client-generator/blob/master/README.md",
66
"main": "src/main.ts",

0 commit comments

Comments
 (0)