Skip to content

Commit b79bd3f

Browse files
authored
Merge pull request #14 from anvilco/newhouse/v2_1_0
v2.1.0
2 parents b11ef2c + 6934494 commit b79bd3f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v2.0.0](https://github.com/anvilco/node-anvil/compare/v1.0.3...v2.0.0) - 2020-03-20
10+
## [v2.1.0](https://github.com/anvilco/node-anvil/compare/v1.0.3...v2.1.0) - 2020-08-19
1111

1212
### Merged
1313

14+
- replace `request` with `node-fetch` [`#13`](https://github.com/anvilco/node-anvil/pull/13)
15+
- Bump lodash from 4.17.15 to 4.17.19 [`#12`](https://github.com/anvilco/node-anvil/pull/12)
1416
- Add back in the dirName and add ability to autogen CHANGELOG [`#11`](https://github.com/anvilco/node-anvil/pull/11)
1517
- Use module.exports instead of import/export [`#10`](https://github.com/anvilco/node-anvil/pull/10)
1618
- Target node 8; remove regeneratorRuntime dependency [`#5`](https://github.com/anvilco/node-anvil/pull/5)
@@ -21,7 +23,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2123

2224
- don't need babel anymore [`2b9daad`](https://github.com/anvilco/node-anvil/commit/2b9daad80b47a82a5e3493e70b6341aad4bee18d)
2325
- bump deps to get minimist to >= 1.2.2 [`26e4cd1`](https://github.com/anvilco/node-anvil/commit/26e4cd1d9d2f3070309f85f3fb21e5f7cab484fa)
24-
- add changelog autogen capability [`e7a55ea`](https://github.com/anvilco/node-anvil/commit/e7a55eaeb4043557000d11a79c681445b42aa5ec)
26+
- added node-fetch. re-wrote to work with node-fetch. added support for stream. added example for it [`69b4d80`](https://github.com/anvilco/node-anvil/commit/69b4d80a1703e840b3c055c47c1af5f1ebb98799)
2527

2628
## [v1.0.3](https://github.com/anvilco/node-anvil/compare/v1.0.2...v1.0.3) - 2020-02-05
2729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anvilco/anvil",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Anvil API Client",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)