Skip to content

Commit 54115ee

Browse files
committed
update changelog
1 parent 15a5b7a commit 54115ee

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

javascript_client/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
OperationStoreClient.js
33
yarn.lock
44
src/
5+
**/__tests__/*

javascript_client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# graphql-ruby-client
22

3+
## 1.7.0 (17 Feb 2020)
4+
5+
- Rewrite in TypeScript
6+
37
## 1.6.8 (18 Sept 2019)
48

59
- Properly send `Content-Type: application/json` when posting persisted operations

javascript_client/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Find the `graphql-ruby-client` docs on the [GraphQL-Ruby website](https://graphq
33
## License
44

55
`graphql-ruby-client` is available under the LGPLv3 license;
6-
[graphql-pro ](https://graphql.pro) customers are granted a special commercial license.
6+
[graphql-pro](https://graphql.pro) customers are granted a special commercial license.
77

88
## Development
99

@@ -13,4 +13,5 @@ Find the `graphql-ruby-client` docs on the [GraphQL-Ruby website](https://graphq
1313
- Stand-alone:
1414
- Install dependencies `yarn install`
1515
- Run the tests `yarn run test`
16+
- Run the TypeScript compiler: `yarn tsc -w`
1617
- Install for local development with `npm link .`

0 commit comments

Comments
 (0)