Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scroll17 committed Jun 14, 2022
1 parent efcae25 commit f230166
Show file tree
Hide file tree
Showing 12 changed files with 109 additions and 13 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,54 @@

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.1](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.1) (2022-06-14)


### 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))
* typo in readme ([80a2902](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/80a2902fd9184c002821d53d9fc8c63b1e9f4468))
* 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))

## [4.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/3.4.1...v4.0.0) (2022-06-10)


Expand Down
48 changes: 48 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,54 @@

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.1](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v3.3.7...v4.0.1) (2022-06-14)


### 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))
* typo in readme ([80a2902](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/80a2902fd9184c002821d53d9fc8c63b1e9f4468))
* 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))

## [4.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/3.4.1...v4.0.0) (2022-06-10)


Expand Down
4 changes: 2 additions & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const mailjet = new Mailjet({
apiSecret: process.env.MJ_APIKEY_PRIVATE
});

interface IContract {
interface IContact {
IsExcludedFromCampaigns: boolean;
Name: string;
CreatedAt: string;
Expand All @@ -425,7 +425,7 @@ type TResponse<TEntity> = {

const request = mailjet
.get('contact')
.request<TResponse<IContract>>()
.request<TResponse<IContact>>()
```

And `response` will have this shape:
Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
4 changes: 2 additions & 2 deletions dist/mailjet.node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailjet.node.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
* MIT Licensed
*/

/*! node-mailjet v3.4.1 */
/*! node-mailjet v4.0.0 */
4 changes: 2 additions & 2 deletions dist/mailjet.web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailjet.web.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! node-mailjet v3.4.1 */
/*! node-mailjet v4.0.0 */
2 changes: 1 addition & 1 deletion dist/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-mailjet",
"version": "4.0.0",
"version": "4.0.1",
"main": "./mailjet.node.js",
"browser": "./mailjet.web.js",
"types": "./declarations/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-mailjet",
"version": "4.0.0",
"version": "4.0.1",
"main": "./dist/mailjet.node.js",
"browser": "./dist/mailjet.web.js",
"types": "./dist/declarations/index.d.ts",
Expand Down

0 comments on commit f230166

Please sign in to comment.