-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
110 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
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.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.0) (2022-06-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Package init script ([92ab6e2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/92ab6e29de41ddaaae03d7480f211d7e3f651f3c)) | ||
* Prepare package script ([e4cea3a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/e4cea3af61d3170f595d4946e0e05a0c5150da01)) | ||
* problem with extra slash before query string values ([a99b44e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a99b44e645abfd0b9f9f4f1f007f1f6f2de86427)) | ||
* problem with wrong using require for load config.json file ([3f12728](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/3f12728586378d2c822b4ac4ca739f0610b49dab)) | ||
* removed dependency bluebird; small fix for tests ([a037f7b](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a037f7ba1c80f26b43bf206ba0efbfc51db0e239)) | ||
* update error message for v3.1 API ([d1aed47](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/d1aed4737e23d1b74116b8929c6cb76523c62400)) | ||
* update vulnerable dependency - superagent ([519e295](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/519e2951bf555cf8b5ded8ed0eef62b44472c962)) | ||
* updated nock and resolved critical severity vulnerability ([f66da93](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f66da93c39d669a5d416086cbfadceb14d7d355d)) | ||
|
||
|
||
### Other changes | ||
|
||
* Add commitlint ([8ef0b9e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/8ef0b9eca2eff8e5669612d2bd48d436dfbb4339)) | ||
* Add husky ([a707dee](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a707dee5fc601e967ee9097e739e9ec90b32de5b)) | ||
* Add init and link scripts to package scripts ([52a149d](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/52a149dd841919816b59cd175e83ae3e95ff6a7d)) | ||
* Add standard-version to auto-generate changelog file ([487e580](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/487e5803775679ce15628811b12dc6fa2bf31a4b)) | ||
|
||
|
||
### Added features | ||
|
||
* Add public methods for accessing private properties in Client ([1410adc](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/1410adc61cb096ce4b4d5559a298ca7cb21a02ce)) | ||
* Add TypeScript class access modificators in Request ([f7c8974](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f7c897493897a84cfe2b7e37698e49077a944345)) | ||
|
||
|
||
### Tests | ||
|
||
* Update Unit and Integration test after updated Client ([b9783f2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/b9783f2714f62b63a71aac95790ce2be7c85dc6c)) | ||
|
||
|
||
### Docs changes | ||
|
||
* Update auto-generated TypeScript docs ([612145f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/612145fcfefe569bed2185909a2230052d59c704)) | ||
* Update main README; Update README for browser-side examples ([f39112f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f39112f896427f28a2b28a091d7eb6e5c78e8f54)) | ||
* Update README ([41aae6a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/41aae6afeb2034ab6ea596005e76633ef1decce3)) | ||
* Update README for node example ([efa90ff](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/efa90ff73734fef042db1882e5664b4771520555)) | ||
* Update README for react example ([c98e61c](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/c98e61c6d96c6bd8115935cf48b62130bd27543c)) | ||
|
||
|
||
### Build changes | ||
|
||
* Update dist with applied changes from Client and changed TS types ([eb4dfdf](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/eb4dfdf1cff30546b7f5acfee449a745dbdd38da)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
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.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.0) (2022-06-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Package init script ([92ab6e2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/92ab6e29de41ddaaae03d7480f211d7e3f651f3c)) | ||
* Prepare package script ([e4cea3a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/e4cea3af61d3170f595d4946e0e05a0c5150da01)) | ||
* problem with extra slash before query string values ([a99b44e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a99b44e645abfd0b9f9f4f1f007f1f6f2de86427)) | ||
* problem with wrong using require for load config.json file ([3f12728](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/3f12728586378d2c822b4ac4ca739f0610b49dab)) | ||
* removed dependency bluebird; small fix for tests ([a037f7b](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a037f7ba1c80f26b43bf206ba0efbfc51db0e239)) | ||
* update error message for v3.1 API ([d1aed47](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/d1aed4737e23d1b74116b8929c6cb76523c62400)) | ||
* update vulnerable dependency - superagent ([519e295](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/519e2951bf555cf8b5ded8ed0eef62b44472c962)) | ||
* updated nock and resolved critical severity vulnerability ([f66da93](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f66da93c39d669a5d416086cbfadceb14d7d355d)) | ||
|
||
|
||
### Other changes | ||
|
||
* Add commitlint ([8ef0b9e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/8ef0b9eca2eff8e5669612d2bd48d436dfbb4339)) | ||
* Add husky ([a707dee](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/a707dee5fc601e967ee9097e739e9ec90b32de5b)) | ||
* Add init and link scripts to package scripts ([52a149d](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/52a149dd841919816b59cd175e83ae3e95ff6a7d)) | ||
* Add standard-version to auto-generate changelog file ([487e580](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/487e5803775679ce15628811b12dc6fa2bf31a4b)) | ||
|
||
|
||
### Added features | ||
|
||
* Add public methods for accessing private properties in Client ([1410adc](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/1410adc61cb096ce4b4d5559a298ca7cb21a02ce)) | ||
* Add TypeScript class access modificators in Request ([f7c8974](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f7c897493897a84cfe2b7e37698e49077a944345)) | ||
|
||
|
||
### Tests | ||
|
||
* Update Unit and Integration test after updated Client ([b9783f2](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/b9783f2714f62b63a71aac95790ce2be7c85dc6c)) | ||
|
||
|
||
### Docs changes | ||
|
||
* Update auto-generated TypeScript docs ([612145f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/612145fcfefe569bed2185909a2230052d59c704)) | ||
* Update main README; Update README for browser-side examples ([f39112f](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f39112f896427f28a2b28a091d7eb6e5c78e8f54)) | ||
* Update README ([41aae6a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/41aae6afeb2034ab6ea596005e76633ef1decce3)) | ||
* Update README for node example ([efa90ff](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/efa90ff73734fef042db1882e5664b4771520555)) | ||
* Update README for react example ([c98e61c](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/c98e61c6d96c6bd8115935cf48b62130bd27543c)) | ||
|
||
|
||
### Build changes | ||
|
||
* Update dist with applied changes from Client and changed TS types ([eb4dfdf](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/eb4dfdf1cff30546b7f5acfee449a745dbdd38da)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.4.1 | ||
4.0.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "node-mailjet", | ||
"version": "3.4.1", | ||
"version": "4.0.0", | ||
"main": "./mailjet.node.js", | ||
"browser": "./mailjet.web.js", | ||
"types": "./declarations/index.d.ts", | ||
|
@@ -44,4 +44,4 @@ | |
"Nicholas Smith <[email protected]> (https://github.com/safani)", | ||
"Jérémie Parker <[email protected]> (https://github.com/p-j)" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters