From 764ac4c158fb166137794f0d59d7c44937bd1b27 Mon Sep 17 00:00:00 2001 From: Doug Miller Date: Wed, 1 Apr 2020 18:00:50 -0500 Subject: [PATCH] Release 3.5.1 # Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.5.0...HEAD) **Merged pull requests:** - Passing params object into \_makeRequest where applicable [\#95](https://github.com/recurly/recurly-client-node/pull/95) ([douglasmiller](https://github.com/douglasmiller)) - Updating release script to be uniform across all clients [\#93](https://github.com/recurly/recurly-client-node/pull/93) ([douglasmiller](https://github.com/douglasmiller)) - Thu Mar 26 20:45:12 UTC 2020 Upgrade API version v2019-10-10 [\#92](https://github.com/recurly/recurly-client-node/pull/92) ([bhelx](https://github.com/bhelx)) --- .bumpversion.cfg | 2 +- doc/GETTING_STARTED.md | 2 +- docs/index.html | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 33d0fd87..29f89c7f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.5.0 +current_version = 3.5.1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index b0586473..216323ef 100644 --- a/doc/GETTING_STARTED.md +++ b/doc/GETTING_STARTED.md @@ -15,7 +15,7 @@ Or manually insert the dependency into the `dependencies` section of your `packa ``` { // ... - "recurly" : "^3.5.0" + "recurly" : "^3.5.1" // ... } ``` diff --git a/docs/index.html b/docs/index.html index 32831578..e836c607 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - recurly 3.5.0 | Documentation + recurly 3.5.1 | Documentation @@ -15,7 +15,7 @@