Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Commit fd6e455

Browse files
committed
Bump version to 0.17.5; add changelog
1 parent 2baa151 commit fd6e455

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - AWS AppSync Codegen
22

3+
## [Release 0.17.5](https://github.com/awslabs/aws-appsync-codegen/releases/tag/0.17.5)
4+
5+
### Enhancements
6+
7+
* Fixes undeclared type errors when generating Swift enumerations, removed the Apollo module name as it doesn’t exist in this context. See [PR #14](https://github.com/awslabs/aws-appsync-codegen/pull/14)
8+
39
## [Release 0.17.4](https://github.com/awslabs/aws-appsync-codegen/releases/tag/0.17.4)
410

511
### Enhancements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync-codegen",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"description": "Generate API code or type annotations based on a GraphQL schema and query documents",
55
"main": "./lib/index.js",
66
"bin": "./lib/cli.js",

0 commit comments

Comments
 (0)