From 4ecee6ba90f9ba882c8843357ed38dcbccbd6a61 Mon Sep 17 00:00:00 2001 From: Doug Miller Date: Fri, 20 Mar 2020 17:05:30 -0500 Subject: [PATCH] Release 3.4.1 # Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.4.0...HEAD) **Merged pull requests:** - Updating .github\_changelog\_generator file for newer versions [\#88](https://github.com/recurly/recurly-client-node/pull/88) ([douglasmiller](https://github.com/douglasmiller)) - Fri Mar 20 17:44:13 UTC 2020 Upgrade API version v2019-10-10 [\#87](https://github.com/recurly/recurly-client-node/pull/87) ([douglasmiller](https://github.com/douglasmiller)) - Bump acorn from 6.0.4 to 6.4.1 [\#85](https://github.com/recurly/recurly-client-node/pull/85) ([dependabot[bot]](https://github.com/apps/dependabot)) - Add request for stack trace in issue report [\#84](https://github.com/recurly/recurly-client-node/pull/84) ([bhelx](https://github.com/bhelx)) - Generate and commit changelog after npm release not before [\#83](https://github.com/recurly/recurly-client-node/pull/83) ([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 8a1b1e93..8dae0094 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.4.0 +current_version = 3.4.1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index 14e42dc3..f51815a1 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.4.0" + "recurly" : "^3.4.1" // ... } ``` diff --git a/docs/index.html b/docs/index.html index bc489cd7..0ca9e325 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - recurly 3.4.0 | Documentation + recurly 3.4.1 | Documentation @@ -15,7 +15,7 @@