Skip to content

Commit

Permalink
chore(release): 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scroll17 committed Jul 27, 2022
1 parent dcbafc6 commit 0f58f78
Show file tree
Hide file tree
Showing 252 changed files with 278 additions and 252 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [5.1.1](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v5.1.0...v5.1.1) (2022-07-27)


### Other changes

* Add application example with using Firebase Functions and Mailjet lib ([690ff1e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/690ff1e0a609c0e31b13f3b79c5b0ddaf0a934ad))


### Docs changes

* Add mention about Firebase application example to README ([0154a0a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/0154a0ae0de63a3d4ebdd5e1c3a38be0408c6cb9))

## [5.1.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v5.0.1...v5.1.0) (2022-07-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Mailjet JS

[![Build Status](https://travis-ci.org/mailjet/mailjet-apiv3-nodejs.svg?branch=master)](https://travis-ci.org/mailjet/mailjet-apiv3-nodejs)
![Current Version](https://img.shields.io/badge/version-5.1.0-green.svg)
![Current Version](https://img.shields.io/badge/version-5.1.1-green.svg)

## Overview

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

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.

### [5.1.1](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v5.1.0...v5.1.1) (2022-07-27)


### Other changes

* Add application example with using Firebase Functions and Mailjet lib ([690ff1e](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/690ff1e0a609c0e31b13f3b79c5b0ddaf0a934ad))


### Docs changes

* Add mention about Firebase application example to README ([0154a0a](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/0154a0ae0de63a3d4ebdd5e1c3a38be0408c6cb9))

## [5.1.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v5.0.1...v5.1.0) (2022-07-22)


Expand Down
3 changes: 2 additions & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Mailjet JS

[![Build Status](https://travis-ci.org/mailjet/mailjet-apiv3-nodejs.svg?branch=master)](https://travis-ci.org/mailjet/mailjet-apiv3-nodejs)
![Current Version](https://img.shields.io/badge/version-5.1.0-green.svg)
![Current Version](https://img.shields.io/badge/version-5.1.1-green.svg)

## Overview

Expand Down Expand Up @@ -616,6 +616,7 @@ List of basic applications that was built in different environments:
2. [Node](https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/node) - Basic app that contain simple scripts with some requests
3. [Sendmail](https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/sendmail) - `ExpressJS` based app that allows to retrieve list of **contacts** and send email to some person
4. [ReactJS](https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/react) - `ReactJS` based app that provides page where you can make some requests
5. [Firebase](https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/firebase) - `Firebase` based app that provides `Firebase Functions` for sending _hello world email_ and sending _email_ based on dynamic query string data

> **NOTE:**
> For `browser` side examples at the moment a **proxy is required** to communicate with the Mailjet API due to **CORS** limitations.
Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.1.1
2 changes: 1 addition & 1 deletion 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 @@ -12,4 +12,4 @@
* MIT Licensed
*/

/*! node-mailjet v5.1.0 */
/*! node-mailjet v5.1.1 */
2 changes: 1 addition & 1 deletion 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 v5.1.0 */
/*! node-mailjet v5.1.1 */
4 changes: 2 additions & 2 deletions dist/package-lock.json

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

4 changes: 2 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-mailjet",
"version": "5.1.0",
"version": "5.1.1",
"main": "./mailjet.node.js",
"browser": "./mailjet.web.js",
"types": "./declarations/index.d.ts",
Expand Down Expand Up @@ -43,4 +43,4 @@
"Nicholas Smith <[email protected]> (https://github.com/safani)",
"Jérémie Parker <[email protected]> (https://github.com/p-j)"
]
}
}
2 changes: 1 addition & 1 deletion docs/classes/client.default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/index.default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/request.default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/request_HttpMethods.default.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Campaign.DraftCampaign.EditMode.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Common.Common.Period.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Message.Message.EventType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Message.Message.FromType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Message.Message.MessageState.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Message.Message.MessageStatus.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Statistic.Statistic.EmailEvent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Template.Template.Categories.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Template.Template.EditMode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Template.Template.OwnerType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Template.Template.Purposes.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Webhook.Webhook.EventType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Webhook.Webhook.EventTypeValue.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/types_api_Webhook.Webhook.Status.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>Mailjet JS</h1>
</a>
<p><a href="https://travis-ci.org/mailjet/mailjet-apiv3-nodejs"><img src="https://travis-ci.org/mailjet/mailjet-apiv3-nodejs.svg?branch=master" alt="Build Status"></a>
<img src="https://img.shields.io/badge/version-5.1.0-green.svg" alt="Current Version"></p>
<img src="https://img.shields.io/badge/version-5.1.1-green.svg" alt="Current Version"></p>

<a href="#overview" id="overview" style="color: inherit; text-decoration: none;">
<h2>Overview</h2>
Expand Down Expand Up @@ -362,6 +362,7 @@ <h2>App examples</h2>
<li><a href="https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/node">Node</a> - Basic app that contain simple scripts with some requests</li>
<li><a href="https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/sendmail">Sendmail</a> - <code>ExpressJS</code> based app that allows to retrieve list of <strong>contacts</strong> and send email to some person</li>
<li><a href="https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/react">ReactJS</a> - <code>ReactJS</code> based app that provides page where you can make some requests</li>
<li><a href="https://github.com/mailjet/mailjet-apiv3-nodejs/tree/master/examples/firebase">Firebase</a> - <code>Firebase</code> based app that provides <code>Firebase Functions</code> for sending <em>hello world email</em> and sending <em>email</em> based on dynamic query string data</li>
</ol>
<blockquote>
<p><strong>NOTE:</strong>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/client_IClient.IClientParams.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/request_IRequest.IRequestConfig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/request_IRequest.IRequestOptions.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 0f58f78

Please sign in to comment.