Skip to content

Commit 8666048

Browse files
committed
Version bump v1.2.0
1 parent bee0569 commit 8666048

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.2.0] - 2015-7-19
5+
### Added
6+
- IP Pool support
7+
48
## [1.1.0] - 2015-2-3
59
### Added
610
- ASM Group ID support
711
- CHANGELOG.md
8-
9-
## [1.1.1] - 2015-7-14
10-
### Added
11-
- IP Pool support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the following to your `package.json` file:
2727
...
2828
"dependencies": {
2929
...
30-
"smtpapi": "1.1.0"
30+
"smtpapi": "1.2.0"
3131
}
3232
}
3333
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smtpapi",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Build SendGrid X-SMTPAPI headers in nodejs.",
55
"main": "lib/main.js",
66
"directories": {

test/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('smtapi', function() {
99
});
1010

1111
it('version should be set', function() {
12-
header.version.should.eql("1.1.1");
12+
header.version.should.eql("1.2.0");
1313
});
1414

1515
it('has a jsonString method', function() {

0 commit comments

Comments
 (0)