Skip to content

Commit 494e259

Browse files
committed
chore(release): 4.0.0
1 parent e9854f6 commit 494e259

File tree

9 files changed

+110
-10
lines changed

9 files changed

+110
-10
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [4.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.0) (2022-06-10)
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+
* update error message for v3.1 API ([d1aed47](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/d1aed4737e23d1b74116b8929c6cb76523c62400))
16+
* update vulnerable dependency - superagent ([519e295](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/519e2951bf555cf8b5ded8ed0eef62b44472c962))
17+
* updated nock and resolved critical severity vulnerability ([f66da93](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f66da93c39d669a5d416086cbfadceb14d7d355d))
18+
19+
20+
### Other changes
21+
22+
* Add commitlint ([8ef0b9e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/8ef0b9eca2eff8e5669612d2bd48d436dfbb4339))
23+
* Add husky ([a707dee](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a707dee5fc601e967ee9097e739e9ec90b32de5b))
24+
* Add init and link scripts to package scripts ([52a149d](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/52a149dd841919816b59cd175e83ae3e95ff6a7d))
25+
* Add standard-version to auto-generate changelog file ([487e580](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/487e5803775679ce15628811b12dc6fa2bf31a4b))
26+
27+
28+
### Added features
29+
30+
* Add public methods for accessing private properties in Client ([1410adc](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/1410adc61cb096ce4b4d5559a298ca7cb21a02ce))
31+
* Add TypeScript class access modificators in Request ([f7c8974](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f7c897493897a84cfe2b7e37698e49077a944345))
32+
33+
34+
### Tests
35+
36+
* Update Unit and Integration test after updated Client ([b9783f2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/b9783f2714f62b63a71aac95790ce2be7c85dc6c))
37+
38+
39+
### Docs changes
40+
41+
* Update auto-generated TypeScript docs ([612145f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/612145fcfefe569bed2185909a2230052d59c704))
42+
* Update main README; Update README for browser-side examples ([f39112f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f39112f896427f28a2b28a091d7eb6e5c78e8f54))
43+
* Update README ([41aae6a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/41aae6afeb2034ab6ea596005e76633ef1decce3))
44+
* Update README for node example ([efa90ff](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/efa90ff73734fef042db1882e5664b4771520555))
45+
* Update README for react example ([c98e61c](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/c98e61c6d96c6bd8115935cf48b62130bd27543c))
46+
47+
48+
### Build changes
49+
50+
* Update dist with applied changes from Client and changed TS types ([eb4dfdf](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/eb4dfdf1cff30546b7f5acfee449a745dbdd38da))

dist/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [4.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.0) (2022-06-10)
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+
* update error message for v3.1 API ([d1aed47](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/d1aed4737e23d1b74116b8929c6cb76523c62400))
16+
* update vulnerable dependency - superagent ([519e295](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/519e2951bf555cf8b5ded8ed0eef62b44472c962))
17+
* updated nock and resolved critical severity vulnerability ([f66da93](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f66da93c39d669a5d416086cbfadceb14d7d355d))
18+
19+
20+
### Other changes
21+
22+
* Add commitlint ([8ef0b9e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/8ef0b9eca2eff8e5669612d2bd48d436dfbb4339))
23+
* Add husky ([a707dee](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a707dee5fc601e967ee9097e739e9ec90b32de5b))
24+
* Add init and link scripts to package scripts ([52a149d](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/52a149dd841919816b59cd175e83ae3e95ff6a7d))
25+
* Add standard-version to auto-generate changelog file ([487e580](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/487e5803775679ce15628811b12dc6fa2bf31a4b))
26+
27+
28+
### Added features
29+
30+
* Add public methods for accessing private properties in Client ([1410adc](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/1410adc61cb096ce4b4d5559a298ca7cb21a02ce))
31+
* Add TypeScript class access modificators in Request ([f7c8974](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f7c897493897a84cfe2b7e37698e49077a944345))
32+
33+
34+
### Tests
35+
36+
* Update Unit and Integration test after updated Client ([b9783f2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/b9783f2714f62b63a71aac95790ce2be7c85dc6c))
37+
38+
39+
### Docs changes
40+
41+
* Update auto-generated TypeScript docs ([612145f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/612145fcfefe569bed2185909a2230052d59c704))
42+
* Update main README; Update README for browser-side examples ([f39112f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f39112f896427f28a2b28a091d7eb6e5c78e8f54))
43+
* Update README ([41aae6a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/41aae6afeb2034ab6ea596005e76633ef1decce3))
44+
* Update README for node example ([efa90ff](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/efa90ff73734fef042db1882e5664b4771520555))
45+
* Update README for react example ([c98e61c](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/c98e61c6d96c6bd8115935cf48b62130bd27543c))
46+
47+
48+
### Build changes
49+
50+
* Update dist with applied changes from Client and changed TS types ([eb4dfdf](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/eb4dfdf1cff30546b7f5acfee449a745dbdd38da))

dist/VERSION.md

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

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.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/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mailjet",
3-
"version": "3.4.1",
3+
"version": "4.0.0",
44
"main": "./mailjet.node.js",
55
"browser": "./mailjet.web.js",
66
"types": "./declarations/index.d.ts",
@@ -44,4 +44,4 @@
4444
"Nicholas Smith <nicksmith.biz@gmail.com> (https://github.com/safani)",
4545
"Jérémie Parker <jeremie@vizeat.com> (https://github.com/p-j)"
4646
]
47-
}
47+
}

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": "3.4.1",
3+
"version": "4.0.0",
44
"main": "./dist/mailjet.node.js",
55
"browser": "./dist/mailjet.web.js",
66
"types": "./dist/declarations/index.d.ts",

0 commit comments

Comments
 (0)