Skip to content

Commit f230166

Browse files
committed
chore(release): 4.0.1
1 parent efcae25 commit f230166

12 files changed

+109
-13
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@
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+
### [4.0.1](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.1) (2022-06-14)
6+
7+
8+
### Bug Fixes
9+
10+
* Package init script ([92ab6e2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/92ab6e29de41ddaaae03d7480f211d7e3f651f3c))
11+
* Prepare package script ([e4cea3a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/e4cea3af61d3170f595d4946e0e05a0c5150da01))
12+
* problem with extra slash before query string values ([a99b44e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a99b44e645abfd0b9f9f4f1f007f1f6f2de86427))
13+
* problem with wrong using require for load config.json file ([3f12728](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/3f12728586378d2c822b4ac4ca739f0610b49dab))
14+
* removed dependency bluebird; small fix for tests ([a037f7b](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a037f7ba1c80f26b43bf206ba0efbfc51db0e239))
15+
* typo in readme ([80a2902](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/80a2902fd9184c002821d53d9fc8c63b1e9f4468))
16+
* update error message for v3.1 API ([d1aed47](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/d1aed4737e23d1b74116b8929c6cb76523c62400))
17+
* update vulnerable dependency - superagent ([519e295](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/519e2951bf555cf8b5ded8ed0eef62b44472c962))
18+
* updated nock and resolved critical severity vulnerability ([f66da93](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f66da93c39d669a5d416086cbfadceb14d7d355d))
19+
20+
21+
### Other changes
22+
23+
* Add commitlint ([8ef0b9e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/8ef0b9eca2eff8e5669612d2bd48d436dfbb4339))
24+
* Add husky ([a707dee](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a707dee5fc601e967ee9097e739e9ec90b32de5b))
25+
* Add init and link scripts to package scripts ([52a149d](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/52a149dd841919816b59cd175e83ae3e95ff6a7d))
26+
* Add standard-version to auto-generate changelog file ([487e580](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/487e5803775679ce15628811b12dc6fa2bf31a4b))
27+
28+
29+
### Added features
30+
31+
* Add public methods for accessing private properties in Client ([1410adc](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/1410adc61cb096ce4b4d5559a298ca7cb21a02ce))
32+
* Add TypeScript class access modificators in Request ([f7c8974](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f7c897493897a84cfe2b7e37698e49077a944345))
33+
34+
35+
### Tests
36+
37+
* Update Unit and Integration test after updated Client ([b9783f2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/b9783f2714f62b63a71aac95790ce2be7c85dc6c))
38+
39+
40+
### Docs changes
41+
42+
* Update auto-generated TypeScript docs ([612145f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/612145fcfefe569bed2185909a2230052d59c704))
43+
* Update main README; Update README for browser-side examples ([f39112f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f39112f896427f28a2b28a091d7eb6e5c78e8f54))
44+
* Update README ([41aae6a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/41aae6afeb2034ab6ea596005e76633ef1decce3))
45+
* Update README for node example ([efa90ff](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/efa90ff73734fef042db1882e5664b4771520555))
46+
* Update README for react example ([c98e61c](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/c98e61c6d96c6bd8115935cf48b62130bd27543c))
47+
48+
49+
### Build changes
50+
51+
* Update dist with applied changes from Client and changed TS types ([eb4dfdf](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/eb4dfdf1cff30546b7f5acfee449a745dbdd38da))
52+
553
## [4.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/3.4.1...v4.0.0) (2022-06-10)
654

755

dist/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@
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+
### [4.0.1](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.1) (2022-06-14)
6+
7+
8+
### Bug Fixes
9+
10+
* Package init script ([92ab6e2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/92ab6e29de41ddaaae03d7480f211d7e3f651f3c))
11+
* Prepare package script ([e4cea3a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/e4cea3af61d3170f595d4946e0e05a0c5150da01))
12+
* problem with extra slash before query string values ([a99b44e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a99b44e645abfd0b9f9f4f1f007f1f6f2de86427))
13+
* problem with wrong using require for load config.json file ([3f12728](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/3f12728586378d2c822b4ac4ca739f0610b49dab))
14+
* removed dependency bluebird; small fix for tests ([a037f7b](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a037f7ba1c80f26b43bf206ba0efbfc51db0e239))
15+
* typo in readme ([80a2902](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/80a2902fd9184c002821d53d9fc8c63b1e9f4468))
16+
* update error message for v3.1 API ([d1aed47](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/d1aed4737e23d1b74116b8929c6cb76523c62400))
17+
* update vulnerable dependency - superagent ([519e295](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/519e2951bf555cf8b5ded8ed0eef62b44472c962))
18+
* updated nock and resolved critical severity vulnerability ([f66da93](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f66da93c39d669a5d416086cbfadceb14d7d355d))
19+
20+
21+
### Other changes
22+
23+
* Add commitlint ([8ef0b9e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/8ef0b9eca2eff8e5669612d2bd48d436dfbb4339))
24+
* Add husky ([a707dee](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a707dee5fc601e967ee9097e739e9ec90b32de5b))
25+
* Add init and link scripts to package scripts ([52a149d](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/52a149dd841919816b59cd175e83ae3e95ff6a7d))
26+
* Add standard-version to auto-generate changelog file ([487e580](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/487e5803775679ce15628811b12dc6fa2bf31a4b))
27+
28+
29+
### Added features
30+
31+
* Add public methods for accessing private properties in Client ([1410adc](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/1410adc61cb096ce4b4d5559a298ca7cb21a02ce))
32+
* Add TypeScript class access modificators in Request ([f7c8974](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f7c897493897a84cfe2b7e37698e49077a944345))
33+
34+
35+
### Tests
36+
37+
* Update Unit and Integration test after updated Client ([b9783f2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/b9783f2714f62b63a71aac95790ce2be7c85dc6c))
38+
39+
40+
### Docs changes
41+
42+
* Update auto-generated TypeScript docs ([612145f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/612145fcfefe569bed2185909a2230052d59c704))
43+
* Update main README; Update README for browser-side examples ([f39112f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f39112f896427f28a2b28a091d7eb6e5c78e8f54))
44+
* Update README ([41aae6a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/41aae6afeb2034ab6ea596005e76633ef1decce3))
45+
* Update README for node example ([efa90ff](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/efa90ff73734fef042db1882e5664b4771520555))
46+
* Update README for react example ([c98e61c](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/c98e61c6d96c6bd8115935cf48b62130bd27543c))
47+
48+
49+
### Build changes
50+
51+
* Update dist with applied changes from Client and changed TS types ([eb4dfdf](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/eb4dfdf1cff30546b7f5acfee449a745dbdd38da))
52+
553
## [4.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/3.4.1...v4.0.0) (2022-06-10)
654

755

dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ const mailjet = new Mailjet({
409409
apiSecret: process.env.MJ_APIKEY_PRIVATE
410410
});
411411

412-
interface IContract {
412+
interface IContact {
413413
IsExcludedFromCampaigns: boolean;
414414
Name: string;
415415
CreatedAt: string;
@@ -425,7 +425,7 @@ type TResponse<TEntity> = {
425425

426426
const request = mailjet
427427
.get('contact')
428-
.request<TResponse<IContract>>()
428+
.request<TResponse<IContact>>()
429429
```
430430

431431
And `response` will have this shape:

dist/VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

dist/mailjet.node.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mailjet.node.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
* MIT Licensed
2020
*/
2121

22-
/*! node-mailjet v3.4.1 */
22+
/*! node-mailjet v4.0.0 */

dist/mailjet.web.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mailjet.web.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! node-mailjet v3.4.1 */
1+
/*! node-mailjet v4.0.0 */

dist/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mailjet",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"main": "./mailjet.node.js",
55
"browser": "./mailjet.web.js",
66
"types": "./declarations/index.d.ts",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mailjet",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"main": "./dist/mailjet.node.js",
55
"browser": "./dist/mailjet.web.js",
66
"types": "./dist/declarations/index.d.ts",

0 commit comments

Comments
 (0)