Skip to content

Commit 2017d54

Browse files
committed
add changelog, update year
1 parent 4e6bb95 commit 2017d54

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
--------------------------------------------------
2+
<a name="0.1.4"></a>
3+
# 0.1.4 (2020-02-12)
4+
5+
## Changes
6+
- Typescript definition files added.
7+
- update dependencies
8+
- integration tests added.
9+
- fix graphql undefined of issue when have others RESTful API node
10+
- Avoid mutating in defaultsDeep calls and use proper key in called action params
11+
112
--------------------------------------------------
213
<a name="0.1.3"></a>
314
# 0.1.3 (2019-10-xx)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 MoleculerJS
3+
Copyright (c) 2020 MoleculerJS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Coverage Status](https://coveralls.io/repos/github/moleculerjs/moleculer-apollo-server/badge.svg?branch=master)](https://coveralls.io/github/moleculerjs/moleculer-apollo-server?branch=master)
55
[![David](https://img.shields.io/david/moleculerjs/moleculer-apollo-server.svg)](https://david-dm.org/moleculerjs/moleculer-apollo-server)
66
[![Known Vulnerabilities](https://snyk.io/test/github/moleculerjs/moleculer-apollo-server/badge.svg)](https://snyk.io/test/github/moleculerjs/moleculer-apollo-server)
7-
[![Join the chat at https://gitter.im/moleculerjs/moleculer](https://badges.gitter.im/moleculerjs/moleculer.svg)](https://gitter.im/moleculerjs/moleculer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7+
88

99
# moleculer-apollo-server [![NPM version](https://img.shields.io/npm/v/moleculer-apollo-server.svg)](https://www.npmjs.com/package/moleculer-apollo-server)
1010

@@ -335,6 +335,6 @@ Please send pull requests improving the usage and fixing bugs, improving documen
335335
The project is available under the [MIT license](https://tldrlegal.com/license/mit-license).
336336
337337
# Contact
338-
Copyright (c) 2019 MoleculerJS
338+
Copyright (c) 2020 MoleculerJS
339339
340340
[![@moleculerjs](https://img.shields.io/badge/github-moleculerjs-green.svg)](https://github.com/moleculerjs) [![@MoleculerJS](https://img.shields.io/badge/twitter-MoleculerJS-blue.svg)](https://twitter.com/MoleculerJS)

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* https://github.com/apollographql/apollo-server/blob/master/packages/apollo-server-micro/
99
*
1010
*
11-
* Copyright (c) 2019 MoleculerJS (https://github.com/moleculerjs/moleculer-apollo-server)
11+
* Copyright (c) 2020 MoleculerJS (https://github.com/moleculerjs/moleculer-apollo-server)
1212
* MIT Licensed
1313
*/
1414

src/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* moleculer-apollo-server
3-
* Copyright (c) 2019 MoleculerJS (https://github.com/moleculerjs/moleculer-apollo-server)
3+
* Copyright (c) 2020 MoleculerJS (https://github.com/moleculerjs/moleculer-apollo-server)
44
* MIT Licensed
55
*/
66

0 commit comments

Comments
 (0)