Skip to content

Commit

Permalink
Release 3.4.1
Browse files Browse the repository at this point in the history
# Changelog

## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD)

[Full Changelog](3.4.0...HEAD)

**Merged pull requests:**

- Updating .github\_changelog\_generator file for newer versions [\#88](#88) ([douglasmiller](https://github.com/douglasmiller))
- Fri Mar 20 17:44:13 UTC 2020 Upgrade API version v2019-10-10 [\#87](#87) ([douglasmiller](https://github.com/douglasmiller))
- Bump acorn from 6.0.4 to 6.4.1 [\#85](#85) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add request for stack trace in issue report [\#84](#84) ([bhelx](https://github.com/bhelx))
- Generate and commit changelog after npm release not before [\#83](#83) ([bhelx](https://github.com/bhelx))
  • Loading branch information
douglasmiller committed Mar 20, 2020
1 parent 57588b6 commit 4ecee6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.4.0
current_version = 3.4.1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Or manually insert the dependency into the `dependencies` section of your `packa
```
{
// ...
"recurly" : "^3.4.0"
"recurly" : "^3.4.1"
// ...
}
```
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>recurly 3.4.0 | Documentation</title>
<title>recurly 3.4.1 | Documentation</title>
<meta name='description' content='Recurly V3 node client'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/styles.min.css' rel='stylesheet' />
Expand All @@ -15,7 +15,7 @@
<div class='font-smaller fixed col-3 top-0 bottom-0 left-0 overflow-auto fill-light dark-link'>
<div class='px2'>
<h3 class='mb0 no-anchor'><code>recurly</code></h3>
<div class='mb1'><code>3.4.0</code></div>
<div class='mb1'><code>3.4.1</code></div>
<input placeholder='Filter' id='filter-input' class='col12 block input' type='text' />
<div id="toc">

Expand Down Expand Up @@ -2102,7 +2102,7 @@ <h3>Installing</h3>
</blockquote>
<pre><code>{
// ...
"recurly" : "^3.4.0"
"recurly" : "^3.4.1"
// ...
}
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recurly",
"version": "3.4.0",
"version": "3.4.1",
"description": "Recurly V3 node client",
"main": "lib/recurly.js",
"types": "lib/recurly.d.ts",
Expand Down

0 comments on commit 4ecee6b

Please sign in to comment.